Html Css Color HEX #BBD8C9 Jet Stream

📋 copy color: '#BBD8C9'

red 187 ◦ green 216 ◦ blue 201

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

Shades of Jet Stream #BBD8C9

Tints of Jet Stream #BBD8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.28%

R = 30.96%
G = 35.76%
B = 33.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BBD8C9 (or 0xBBD8C9) is known color: Jet Stream. HEX triplet: BB, D8 and C9. RGB value is (187,216,201). Sum of RGB (Red+Green+Blue) = 187+216+201=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C9 is #442736. Grayscale: #CDCDCD. Windows color (decimal): -4466487 or 13228219. OLE color: 13228219.

HSL color Cylindrical-coordinate representation of color #BBD8C9: hue angle of 148.97º 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 #BBD8C9 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 201 -
CMYK 0.13 0 0.07 0.15
HSL 148.97º 0.27% 0.79% -
HSV(B) 148.97º 0.13% 0.85% -
XYZ 55.59 63.89 64.66 -
YUV 205.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 187 216 201 0.13 0 0.07 0.15 148.97 0.27 0.79
Hex BB D8 C9 D 0 7 F 95 1B 4F
Octal 273 330 311 15 0 7 17 225 33 117
Binary 10111011 11011000 11001001 1101 0 111 1111 10010101 11011 1001111

Color Harmonies of #BBD8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C9

Black with #BBD8C9

Text Example


Text Example

White with #BBD8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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