#B5CDC6

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

Shades of Jet Stream #B5CDC6

Tints of Jet Stream #B5CDC6

Color information

#B5CDC6 (or 0xB5CDC6) is unknown color: approx Jet Stream. HEX triplet: B5, CD and C6. RGB value is (181,205,198). Sum of RGB (Red+Green+Blue) = 181+205+198=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC6 is #4A3239. Grayscale: #C5C5C5. Windows color (decimal): -4862522 or 13028789. OLE color: 13028789.

HSL color Cylindrical-coordinate representation of color #B5CDC6: hue angle of 162.5º 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 #B5CDC6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB181205198-
CMYK0.1200.030.20
HSL162.5º19.35%75.69%-
HSV(B)162.5º11.71%80.39%-
XYZ51.0857.5661.84-
YUV197.03128.55116.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.99%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=30.99%
G=35.10%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051980.1200.030.20162.519.3575.69
HexB5CDC6C0314a2134c
Octal26531530614032424223114
Binary10110101110011011100011011000111010010100010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDC6; }

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

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

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

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

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

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

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

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