#B4D0C3

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

Shades of Jet Stream #B4D0C3

Tints of Jet Stream #B4D0C3

Color information

#B4D0C3 (or 0xB4D0C3) is unknown color: approx Jet Stream. HEX triplet: B4, D0 and C3. RGB value is (180,208,195). Sum of RGB (Red+Green+Blue) = 180+208+195=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0C3 is #4B2F3C. Grayscale: #C6C6C6. Windows color (decimal): -4927293 or 12832948. OLE color: 12832948.

HSL color Cylindrical-coordinate representation of color #B4D0C3: hue angle of 152.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4D0C3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB180208195-
CMYK0.1300.060.18
HSL152.14º22.95%76.08%-
HSV(B)152.14º13.46%81.57%-
XYZ51.2358.7660.27-
YUV198.15126.22115.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=30.87%
G=35.68%
B=33.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081950.1300.060.18152.1422.9576.08
HexB4D0C3D061298174c
Octal26432030315062223027114
Binary101101001101000011000011110101101001010011000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D0C3; }

 p { color: rgb(180,208,195); }

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

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

 a { background-color: rgb(180,208,195); }

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

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

 span { border-color: rgb(180,208,195); }

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