Html Css Color HEX #BBD6CF Jet Stream

📋 copy color: '#BBD6CF'

red 187 ◦ green 214 ◦ blue 207

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

Shades of Jet Stream #BBD6CF

Tints of Jet Stream #BBD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.2%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 30.76%
G = 35.2%
B = 34.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BBD6CF (or 0xBBD6CF) is known color: Jet Stream. HEX triplet: BB, D6 and CF. RGB value is (187,214,207). Sum of RGB (Red+Green+Blue) = 187+214+207=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6CF is #442930. Grayscale: #CDCDCD. Windows color (decimal): -4466993 or 13620923. OLE color: 13620923.

HSL color Cylindrical-coordinate representation of color #BBD6CF: hue angle of 164.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6CF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 207 -
CMYK 0.13 0 0.03 0.16
HSL 164.44º 0.25% 0.79% -
HSV(B) 164.44º 0.13% 0.84% -
XYZ 55.8 63.16 68.28 -
YUV 205.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 187 214 207 0.13 0 0.03 0.16 164.44 0.25 0.79
Hex BB D6 CF D 0 3 10 A4 19 4F
Octal 273 326 317 15 0 3 20 244 31 117
Binary 10111011 11010110 11001111 1101 0 11 10000 10100100 11001 1001111

Color Harmonies of #BBD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6CF

Black with #BBD6CF

Text Example


Text Example

White with #BBD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6CF; }

 p { color: rgb(187,214,207); }

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

background-color css

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

 a { background-color: rgb(187,214,207); }

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

border-color css

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

 span { border-color: rgb(187,214,207); }

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