Html Css Color HEX #BBD6C8 Jet Stream

📋 copy color: '#BBD6C8'

red 187 ◦ green 214 ◦ blue 200

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

Shades of Jet Stream #BBD6C8

Tints of Jet Stream #BBD6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

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

R = 31.11%
G = 35.61%
B = 33.28%

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

#BBD6C8 (or 0xBBD6C8) is known color: Jet Stream. HEX triplet: BB, D6 and C8. RGB value is (187,214,200). Sum of RGB (Red+Green+Blue) = 187+214+200=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6C8 is #442937. Grayscale: #CCCCCC. Windows color (decimal): -4467000 or 13162171. OLE color: 13162171.

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

Color convert

RGB 187 214 200 -
CMYK 0.13 0 0.07 0.16
HSL 148.89º 0.25% 0.79% -
HSV(B) 148.89º 0.13% 0.84% -
XYZ 54.97 62.83 63.87 -
YUV 204.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 187 214 200 0.13 0 0.07 0.16 148.89 0.25 0.79
Hex BB D6 C8 D 0 7 10 95 19 4F
Octal 273 326 310 15 0 7 20 225 31 117
Binary 10111011 11010110 11001000 1101 0 111 10000 10010101 11001 1001111

Color Harmonies of #BBD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6C8

Black with #BBD6C8

Text Example


Text Example

White with #BBD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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