#B4DCCA

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

Shades of Jet Stream #B4DCCA

Tints of Jet Stream #B4DCCA

Color information

#B4DCCA (or 0xB4DCCA) is unknown color: approx Jet Stream. HEX triplet: B4, DC and CA. RGB value is (180,220,202). Sum of RGB (Red+Green+Blue) = 180+220+202=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCA is #4B2335. Grayscale: #CECECE. Windows color (decimal): -4924214 or 13294772. OLE color: 13294772.

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

Color convert

RGB180220202-
CMYK0.1800.080.14
HSL153º36.36%78.43%-
HSV(B)153º18.18%86.27%-
XYZ55.0865.1565.55-
YUV205.99125.75109.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=29.90%
G=36.54%
B=33.55%

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
Decimal1802202020.1800.080.1415336.3678.43
HexB4DCCA1208E99244e
Octal264334312220101623144116
Binary10110100110111001100101010010010001110100110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCCA; }

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

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

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

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

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

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

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

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