#B7DCCA

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

Shades of Jet Stream #B7DCCA

Tints of Jet Stream #B7DCCA

Color information

#B7DCCA (or 0xB7DCCA) is unknown color: approx Jet Stream. HEX triplet: B7, DC and CA. RGB value is (183,220,202). Sum of RGB (Red+Green+Blue) = 183+220+202=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCCA is #482335. Grayscale: #CECECE. Windows color (decimal): -4727606 or 13294775. OLE color: 13294775.

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

Color convert

RGB183220202-
CMYK0.1700.080.14
HSL150.81º34.58%79.02%-
HSV(B)150.81º16.82%86.27%-
XYZ55.7865.5265.58-
YUV206.88125.24110.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.25%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=30.25%
G=36.36%
B=33.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832202020.1700.080.14150.8134.5879.02
HexB7DCCA1108E97234f
Octal267334312210101622743117
Binary10110111110111001100101010001010001110100101111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCCA; }

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

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

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

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

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

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

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

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