Html Css Color HEX #BBD7C8 Jet Stream

📋 copy color: '#BBD7C8'

red 187 ◦ green 215 ◦ blue 200

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

Shades of Jet Stream #BBD7C8

Tints of Jet Stream #BBD7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.22%

R = 31.06%
G = 35.71%
B = 33.22%

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

#BBD7C8 (or 0xBBD7C8) is known color: Jet Stream. HEX triplet: BB, D7 and C8. RGB value is (187,215,200). Sum of RGB (Red+Green+Blue) = 187+215+200=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7C8 is #442837. Grayscale: #CCCCCC. Windows color (decimal): -4466744 or 13162427. OLE color: 13162427.

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

Color convert

RGB 187 215 200 -
CMYK 0.13 0 0.07 0.16
HSL 147.86º 0.26% 0.79% -
HSV(B) 147.86º 0.13% 0.84% -
XYZ 55.22 63.34 63.96 -
YUV 204.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 187 215 200 0.13 0 0.07 0.16 147.86 0.26 0.79
Hex BB D7 C8 D 0 7 10 94 1A 4F
Octal 273 327 310 15 0 7 20 224 32 117
Binary 10111011 11010111 11001000 1101 0 111 10000 10010100 11010 1001111

Color Harmonies of #BBD7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7C8

Black with #BBD7C8

Text Example


Text Example

White with #BBD7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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