Html Css Color HEX #BBD7C9 Jet Stream

📋 copy color: '#BBD7C9'

red 187 ◦ green 215 ◦ blue 201

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

Shades of Jet Stream #BBD7C9

Tints of Jet Stream #BBD7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.66%

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

R = 31.01%
G = 35.66%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BBD7C9 (or 0xBBD7C9) is known color: Jet Stream. HEX triplet: BB, D7 and C9. RGB value is (187,215,201). Sum of RGB (Red+Green+Blue) = 187+215+201=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7C9 is #442836. Grayscale: #CDCDCD. Windows color (decimal): -4466743 or 13227963. OLE color: 13227963.

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

Color convert

RGB 187 215 201 -
CMYK 0.13 0 0.07 0.16
HSL 150º 0.26% 0.79% -
HSV(B) 150º 0.13% 0.84% -
XYZ 55.34 63.38 64.58 -
YUV 205.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 187 215 201 0.13 0 0.07 0.16 150 0.26 0.79
Hex BB D7 C9 D 0 7 10 96 1A 4F
Octal 273 327 311 15 0 7 20 226 32 117
Binary 10111011 11010111 11001001 1101 0 111 10000 10010110 11010 1001111

Color Harmonies of #BBD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7C9

Black with #BBD7C9

Text Example


Text Example

White with #BBD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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