#B5CDC5

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

Shades of Jet Stream #B5CDC5

Tints of Jet Stream #B5CDC5

Color information

#B5CDC5 (or 0xB5CDC5) is unknown color: approx Jet Stream. HEX triplet: B5, CD and C5. RGB value is (181,205,197). Sum of RGB (Red+Green+Blue) = 181+205+197=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC5 is #4A323A. Grayscale: #C4C4C4. Windows color (decimal): -4862523 or 12963253. OLE color: 12963253.

HSL color Cylindrical-coordinate representation of color #B5CDC5: hue angle of 160º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDC5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB181205197-
CMYK0.1200.040.20
HSL160º19.35%75.69%-
HSV(B)160º11.71%80.39%-
XYZ50.9757.5261.24-
YUV196.91128.05116.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=31.05%
G=35.16%
B=33.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051970.1200.040.2016019.3575.69
HexB5CDC5C0414a0134c
Octal26531530514042424023114
Binary101101011100110111000101110001001010010100000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDC5; }

 p { color: rgb(181,205,197); }

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

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

 a { background-color: rgb(181,205,197); }

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

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

 span { border-color: rgb(181,205,197); }

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