Html Css Color HEX #BBD2C7 Jet Stream

📋 copy color: '#BBD2C7'

red 187 ◦ green 210 ◦ blue 199

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

Shades of Jet Stream #BBD2C7

Tints of Jet Stream #BBD2C7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 199 (78.13% from 255) = 33.39%

R = 31.38%
G = 35.23%
B = 33.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#BBD2C7 (or 0xBBD2C7) is known color: Jet Stream. HEX triplet: BB, D2 and C7. RGB value is (187,210,199). Sum of RGB (Red+Green+Blue) = 187+210+199=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2C7 is #442D38. Grayscale: #C9C9C9. Windows color (decimal): -4468025 or 13095611. OLE color: 13095611.

HSL color Cylindrical-coordinate representation of color #BBD2C7: hue angle of 151.3º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2C7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 199 -
CMYK 0.11 0 0.05 0.18
HSL 151.3º 0.2% 0.78% -
HSV(B) 151.3º 0.11% 0.82% -
XYZ 53.85 60.78 62.93 -
YUV 201.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 187 210 199 0.11 0 0.05 0.18 151.3 0.2 0.78
Hex BB D2 C7 B 0 5 12 97 14 4E
Octal 273 322 307 13 0 5 22 227 24 116
Binary 10111011 11010010 11000111 1011 0 101 10010 10010111 10100 1001110

Color Harmonies of #BBD2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2C7

Black with #BBD2C7

Text Example


Text Example

White with #BBD2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2C7; }

 p { color: rgb(187,210,199); }

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

background-color css

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

 a { background-color: rgb(187,210,199); }

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

border-color css

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

 span { border-color: rgb(187,210,199); }

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