Html Css Color HEX #BBD6D0 Jet Stream

📋 copy color: '#BBD6D0'

red 187 ◦ green 214 ◦ blue 208

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

Shades of Jet Stream #BBD6D0

Tints of Jet Stream #BBD6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 30.71%
G = 35.14%
B = 34.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BBD6D0 (or 0xBBD6D0) is known color: Jet Stream. HEX triplet: BB, D6 and D0. RGB value is (187,214,208). Sum of RGB (Red+Green+Blue) = 187+214+208=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D0 is #44292F. Grayscale: #CDCDCD. Windows color (decimal): -4466992 or 13686459. OLE color: 13686459.

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

Color convert

RGB 187 214 208 -
CMYK 0.13 0 0.03 0.16
HSL 166.67º 0.25% 0.79% -
HSV(B) 166.67º 0.13% 0.84% -
XYZ 55.93 63.21 68.93 -
YUV 205.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 187 214 208 0.13 0 0.03 0.16 166.67 0.25 0.79
Hex BB D6 D0 D 0 3 10 A7 19 4F
Octal 273 326 320 15 0 3 20 247 31 117
Binary 10111011 11010110 11010000 1101 0 11 10000 10100111 11001 1001111

Color Harmonies of #BBD6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6D0

Black with #BBD6D0

Text Example


Text Example

White with #BBD6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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