#B3D5CB

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

Shades of Jet Stream #B3D5CB

Tints of Jet Stream #B3D5CB

Color information

#B3D5CB (or 0xB3D5CB) is unknown color: approx Jet Stream. HEX triplet: B3, D5 and CB. RGB value is (179,213,203). Sum of RGB (Red+Green+Blue) = 179+213+203=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5CB is #4C2A34. Grayscale: #C9C9C9. Windows color (decimal): -4991541 or 13358515. OLE color: 13358515.

HSL color Cylindrical-coordinate representation of color #B3D5CB: hue angle of 162.35º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D5CB is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB179213203-
CMYK0.1600.050.16
HSL162.35º28.81%76.86%-
HSV(B)162.35º15.96%83.53%-
XYZ53.1661.4865.57-
YUV201.69128.74111.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.08%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=30.08%
G=35.80%
B=34.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792132030.1600.050.16162.3528.8176.86
HexB3D5CB100510a21d4d
Octal26332531320052024235115
Binary1011001111010101110010111000001011000010100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D5CB; }

 p { color: rgb(179,213,203); }

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

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

 a { background-color: rgb(179,213,203); }

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

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

 span { border-color: rgb(179,213,203); }

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