Html Css Color HEX #BBD8CF Jet Stream

📋 copy color: '#BBD8CF'

red 187 ◦ green 216 ◦ blue 207

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

Shades of Jet Stream #BBD8CF

Tints of Jet Stream #BBD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.41%

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

R = 30.66%
G = 35.41%
B = 33.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BBD8CF (or 0xBBD8CF) is known color: Jet Stream. HEX triplet: BB, D8 and CF. RGB value is (187,216,207). Sum of RGB (Red+Green+Blue) = 187+216+207=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8CF is #442730. Grayscale: #CECECE. Windows color (decimal): -4466481 or 13621435. OLE color: 13621435.

HSL color Cylindrical-coordinate representation of color #BBD8CF: hue angle of 161.38º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8CF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 207 -
CMYK 0.13 0 0.04 0.15
HSL 161.38º 0.27% 0.79% -
HSV(B) 161.38º 0.13% 0.85% -
XYZ 56.31 64.18 68.45 -
YUV 206.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 187 216 207 0.13 0 0.04 0.15 161.38 0.27 0.79
Hex BB D8 CF D 0 4 F A1 1B 4F
Octal 273 330 317 15 0 4 17 241 33 117
Binary 10111011 11011000 11001111 1101 0 100 1111 10100001 11011 1001111

Color Harmonies of #BBD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8CF

Black with #BBD8CF

Text Example


Text Example

White with #BBD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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