#B4DDCB

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

Shades of Cruise #B4DDCB

Tints of Cruise #B4DDCB

Color information

#B4DDCB (or 0xB4DDCB) is unknown color: approx Cruise. HEX triplet: B4, DD and CB. RGB value is (180,221,203). Sum of RGB (Red+Green+Blue) = 180+221+203=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDCB is #4B2234. Grayscale: #CECECE. Windows color (decimal): -4923957 or 13360564. OLE color: 13360564.

HSL color Cylindrical-coordinate representation of color #B4DDCB: hue angle of 153.66º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDCB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB180221203-
CMYK0.1900.080.13
HSL153.66º37.61%78.63%-
HSV(B)153.66º18.55%86.67%-
XYZ55.4665.7366.26-
YUV206.69125.92108.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=29.80%
G=36.59%
B=33.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802212030.1900.080.13153.6637.6178.63
HexB4DDCB1308D9a264f
Octal264335313230101523246117
Binary10110100110111011100101110011010001101100110101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDCB; }

 p { color: rgb(180,221,203); }

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

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

 a { background-color: rgb(180,221,203); }

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

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

 span { border-color: rgb(180,221,203); }

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