#BBD5C8

Color #BBD5C8 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BBD5C8

Tints of Jet Stream #BBD5C8

Color information

#BBD5C8 (or 0xBBD5C8) is unknown color: approx Jet Stream. HEX triplet: BB, D5 and C8. RGB value is (187,213,200). Sum of RGB (Red+Green+Blue) = 187+213+200=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C8 is #442A37. Grayscale: #CBCBCB. Windows color (decimal): -4467256 or 13161915. OLE color: 13161915.

HSL color Cylindrical-coordinate representation of color #BBD5C8: hue angle of 150º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C8 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB187213200-
CMYK0.1200.060.16
HSL150º23.64%78.43%-
HSV(B)150º12.21%83.53%-
XYZ54.7162.3263.79-
YUV203.74125.89116.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=31.17%
G=35.5%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872132000.1200.060.1615023.6478.43
HexBBD5C8C061096184e
Octal27332531014062022630116
Binary101110111101010111001000110001101000010010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5C8; }

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

 H1.HeaderClassName
 {
   color: #BBD5C8;
 }
 .AnyTagClassName
 {
   color: #BBD5C8;
 }
</style>
background-color css

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

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

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

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

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

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