Html Css Color HEX #BBD0C9 Jet Stream

📋 copy color: '#BBD0C9'

red 187 ◦ green 208 ◦ blue 201

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

Shades of Jet Stream #BBD0C9

Tints of Jet Stream #BBD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.9%

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

R = 31.38%
G = 34.9%
B = 33.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BBD0C9 (or 0xBBD0C9) is known color: Jet Stream. HEX triplet: BB, D0 and C9. RGB value is (187,208,201). Sum of RGB (Red+Green+Blue) = 187+208+201=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0C9 is #442F36. Grayscale: #C8C8C8. Windows color (decimal): -4468535 or 13226171. OLE color: 13226171.

HSL color Cylindrical-coordinate representation of color #BBD0C9: hue angle of 160º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0C9 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 201 -
CMYK 0.10 0 0.03 0.18
HSL 160º 0.18% 0.77% -
HSV(B) 160º 0.1% 0.82% -
XYZ 53.59 59.89 63.99 -
YUV 200.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 187 208 201 0.10 0 0.03 0.18 160 0.18 0.77
Hex BB D0 C9 A 0 3 12 A0 12 4D
Octal 273 320 311 12 0 3 22 240 22 115
Binary 10111011 11010000 11001001 1010 0 11 10010 10100000 10010 1001101

Color Harmonies of #BBD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0C9

Black with #BBD0C9

Text Example


Text Example

White with #BBD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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