#B5CDC4

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

Shades of Jet Stream #B5CDC4

Tints of Jet Stream #B5CDC4

Color information

#B5CDC4 (or 0xB5CDC4) is unknown color: approx Jet Stream. HEX triplet: B5, CD and C4. RGB value is (181,205,196). Sum of RGB (Red+Green+Blue) = 181+205+196=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC4 is #4A323B. Grayscale: #C4C4C4. Windows color (decimal): -4862524 or 12897717. OLE color: 12897717.

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

Color convert

RGB181205196-
CMYK0.1200.040.20
HSL157.5º19.35%75.69%-
HSV(B)157.5º11.71%80.39%-
XYZ50.8557.4760.64-
YUV196.8127.55116.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=31.10%
G=35.22%
B=33.68%

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
Decimal1812051960.1200.040.20157.519.3575.69
HexB5CDC4C04149d134c
Octal26531530414042423523114
Binary101101011100110111000100110001001010010011101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDC4; }

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

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

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

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

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

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

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

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