#BBDACF

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

Shades of Jet Stream #BBDACF

Tints of Jet Stream #BBDACF

Color information

#BBDACF (or 0xBBDACF) is unknown color: approx Jet Stream. HEX triplet: BB, DA and CF. RGB value is (187,218,207). Sum of RGB (Red+Green+Blue) = 187+218+207=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDACF is #442530. Grayscale: #CFCFCF. Windows color (decimal): -4465969 or 13621947. OLE color: 13621947.

HSL color Cylindrical-coordinate representation of color #BBDACF: hue angle of 158.71º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDACF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB187218207-
CMYK0.1400.050.15
HSL158.71º29.52%79.41%-
HSV(B)158.71º14.22%85.49%-
XYZ56.8365.2168.62-
YUV207.48127.73113.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=30.56%
G=35.62%
B=33.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182070.1400.050.15158.7129.5279.41
HexBBDACFE05F9f1e4f
Octal27333231716051723736117
Binary10111011110110101100111111100101111110011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDACF; }

 p { color: rgb(187,218,207); }

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

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

 a { background-color: rgb(187,218,207); }

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

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

 span { border-color: rgb(187,218,207); }

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