#B4CDC4

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

Shades of Jet Stream #B4CDC4

Tints of Jet Stream #B4CDC4

Color information

#B4CDC4 (or 0xB4CDC4) is unknown color: approx Jet Stream. HEX triplet: B4, CD and C4. RGB value is (180,205,196). Sum of RGB (Red+Green+Blue) = 180+205+196=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC4 is #4B323B. Grayscale: #C4C4C4. Windows color (decimal): -4928060 or 12897716. OLE color: 12897716.

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

Color convert

RGB180205196-
CMYK0.1200.040.20
HSL158.4º20%75.49%-
HSV(B)158.4º12.2%80.39%-
XYZ50.6257.3560.63-
YUV196.5127.72116.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.98%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=30.98%
G=35.28%
B=33.73%

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
Decimal1802051960.1200.040.20158.42075.49
HexB4CDC4C04149e144b
Octal26431530414042423624113
Binary101101001100110111000100110001001010010011110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDC4; }

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

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

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

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

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

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

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

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