#BBD0CC

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

Shades of Jet Stream #BBD0CC

Tints of Jet Stream #BBD0CC

Color information

#BBD0CC (or 0xBBD0CC) is unknown color: approx Jet Stream. HEX triplet: BB, D0 and CC. RGB value is (187,208,204). Sum of RGB (Red+Green+Blue) = 187+208+204=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0CC is #442F33. Grayscale: #C9C9C9. Windows color (decimal): -4468532 or 13422779. OLE color: 13422779.

HSL color Cylindrical-coordinate representation of color #BBD0CC: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0CC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB187208204-
CMYK0.1000.020.18
HSL168.57º18.26%77.45%-
HSV(B)168.57º10.1%81.57%-
XYZ53.9560.0465.87-
YUV201.26129.54117.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=31.22%
G=34.72%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872082040.1000.020.18168.5718.2677.45
HexBBD0CCA0212a9124d
Octal27332031412022225122115
Binary10111011110100001100110010100101001010101001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0CC; }

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

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

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

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

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

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

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

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