#B3DDCB

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

Shades of Cruise #B3DDCB

Tints of Cruise #B3DDCB

Color information

#B3DDCB (or 0xB3DDCB) is unknown color: approx Cruise. HEX triplet: B3, DD and CB. RGB value is (179,221,203). Sum of RGB (Red+Green+Blue) = 179+221+203=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDCB is #4C2234. Grayscale: #CECECE. Windows color (decimal): -4989493 or 13360563. OLE color: 13360563.

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

Color convert

RGB179221203-
CMYK0.1900.080.13
HSL154.29º38.18%78.43%-
HSV(B)154.29º19%86.67%-
XYZ55.2365.6166.25-
YUV206.39126.09108.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=29.68%
G=36.65%
B=33.67%

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
Decimal1792212030.1900.080.13154.2938.1878.43
HexB3DDCB1308D9a264e
Octal263335313230101523246116
Binary10110011110111011100101110011010001101100110101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDCB; }

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

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

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

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

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

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

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

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