Html Css Color HEX #BBDCCD Aero Blue

📋 copy color: '#BBDCCD'

red 187 ◦ green 220 ◦ blue 205

#BBDCCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BBDCCD

Tints of Aero Blue #BBDCCD

RGB

 RED value IS 187 (73.44% from 255) = 30.56%

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 205 (80.47% from 255) = 33.5%

R = 30.56%
G = 35.95%
B = 33.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBDCCD (or 0xBBDCCD) is known color: Aero Blue. HEX triplet: BB, DC and CD. RGB value is (187,220,205). Sum of RGB (Red+Green+Blue) = 187+220+205=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCD is #442332. Grayscale: #D0D0D0. Windows color (decimal): -4465459 or 13491387. OLE color: 13491387.

HSL color Cylindrical-coordinate representation of color #BBDCCD: hue angle of 152.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCCD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 205 -
CMYK 0.15 0 0.07 0.14
HSL 152.73º 0.32% 0.8% -
HSV(B) 152.73º 0.15% 0.86% -
XYZ 57.11 66.16 67.52 -
YUV 208.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 187 220 205 0.15 0 0.07 0.14 152.73 0.32 0.8
Hex BB DC CD F 0 7 E 99 20 50
Octal 273 334 315 17 0 7 16 231 40 120
Binary 10111011 11011100 11001101 1111 0 111 1110 10011001 100000 1010000

Color Harmonies of #BBDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCCD

Black with #BBDCCD

Text Example


Text Example

White with #BBDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCCD; }

 p { color: rgb(187,220,205); }

 H1.HeaderClassName
 {
   color: #BBDCCD;
 }
 .AnyTagClassName
 {
   color: #BBDCCD;
 }
</style>

background-color css

<style>
 a { background-color: #BBDCCD; }

 a { background-color: rgb(187,220,205); }

 div.DivClassName
 {
   background-color: #BBDCCD;
 }
 .BgClassName
 {
   background-color: #BBDCCD;
 }
</style>

border-color css

<style>
 span { border-color: #BBDCCD; }

 span { border-color: rgb(187,220,205); }

 td.TdClassName
 {
   border-color: #BBDCCD;
 }
 .TagClassName
 {
   border-color: #BBDCCD;
 }
</style>