Html Css Color HEX #BBD4CE Jet Stream

📋 copy color: '#BBD4CE'

red 187 ◦ green 212 ◦ blue 206

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

Shades of Jet Stream #BBD4CE

Tints of Jet Stream #BBD4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.04%

 BLUE value IS 206 (80.86% from 255) = 34.05%

R = 30.91%
G = 35.04%
B = 34.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#BBD4CE (or 0xBBD4CE) is known color: Jet Stream. HEX triplet: BB, D4 and CE. RGB value is (187,212,206). Sum of RGB (Red+Green+Blue) = 187+212+206=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4CE is #442B31. Grayscale: #CBCBCB. Windows color (decimal): -4467506 or 13554875. OLE color: 13554875.

HSL color Cylindrical-coordinate representation of color #BBD4CE: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4CE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 206 -
CMYK 0.12 0 0.03 0.17
HSL 165.6º 0.23% 0.78% -
HSV(B) 165.6º 0.12% 0.83% -
XYZ 55.18 62.11 67.47 -
YUV 203.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 187 212 206 0.12 0 0.03 0.17 165.6 0.23 0.78
Hex BB D4 CE C 0 3 11 A6 17 4E
Octal 273 324 316 14 0 3 21 246 27 116
Binary 10111011 11010100 11001110 1100 0 11 10001 10100110 10111 1001110

Color Harmonies of #BBD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4CE

Black with #BBD4CE

Text Example


Text Example

White with #BBD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4CE; }

 p { color: rgb(187,212,206); }

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

background-color css

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

 a { background-color: rgb(187,212,206); }

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

border-color css

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

 span { border-color: rgb(187,212,206); }

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