Html Css Color HEX #BBD8C8 Jet Stream

📋 copy color: '#BBD8C8'

red 187 ◦ green 216 ◦ blue 200

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

Shades of Jet Stream #BBD8C8

Tints of Jet Stream #BBD8C8

RGB

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

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

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

R = 31.01%
G = 35.82%
B = 33.17%

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

#BBD8C8 (or 0xBBD8C8) is known color: Jet Stream. HEX triplet: BB, D8 and C8. RGB value is (187,216,200). Sum of RGB (Red+Green+Blue) = 187+216+200=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C8 is #442737. Grayscale: #CDCDCD. Windows color (decimal): -4466488 or 13162683. OLE color: 13162683.

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

Color convert

RGB 187 216 200 -
CMYK 0.13 0 0.07 0.15
HSL 146.9º 0.27% 0.79% -
HSV(B) 146.9º 0.13% 0.85% -
XYZ 55.47 63.85 64.04 -
YUV 205.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 187 216 200 0.13 0 0.07 0.15 146.9 0.27 0.79
Hex BB D8 C8 D 0 7 F 93 1B 4F
Octal 273 330 310 15 0 7 17 223 33 117
Binary 10111011 11011000 11001000 1101 0 111 1111 10010011 11011 1001111

Color Harmonies of #BBD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C8

Black with #BBD8C8

Text Example


Text Example

White with #BBD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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