#B5DCCA

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

Shades of Jet Stream #B5DCCA

Tints of Jet Stream #B5DCCA

Color information

#B5DCCA (or 0xB5DCCA) is unknown color: approx Jet Stream. HEX triplet: B5, DC and CA. RGB value is (181,220,202). Sum of RGB (Red+Green+Blue) = 181+220+202=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCCA is #4A2335. Grayscale: #CECECE. Windows color (decimal): -4858678 or 13294773. OLE color: 13294773.

HSL color Cylindrical-coordinate representation of color #B5DCCA: hue angle of 152.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCCA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB181220202-
CMYK0.1800.080.14
HSL152.31º35.78%78.63%-
HSV(B)152.31º17.73%86.27%-
XYZ55.3165.2765.56-
YUV206.29125.58109.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.02%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=30.02%
G=36.48%
B=33.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812202020.1800.080.14152.3135.7878.63
HexB5DCCA1208E98244f
Octal265334312220101623044117
Binary10110101110111001100101010010010001110100110001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCCA; }

 p { color: rgb(181,220,202); }

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

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

 a { background-color: rgb(181,220,202); }

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

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

 span { border-color: rgb(181,220,202); }

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