#B3DCD2

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

Shades of Cruise #B3DCD2

Tints of Cruise #B3DCD2

Color information

#B3DCD2 (or 0xB3DCD2) is unknown color: approx Cruise. HEX triplet: B3, DC and D2. RGB value is (179,220,210). Sum of RGB (Red+Green+Blue) = 179+220+210=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD2 is #4C232D. Grayscale: #CECECE. Windows color (decimal): -4989742 or 13819059. OLE color: 13819059.

HSL color Cylindrical-coordinate representation of color #B3DCD2: hue angle of 165.37º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCD2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB179220210-
CMYK0.1900.050.14
HSL165.37º36.94%78.24%-
HSV(B)165.37º18.64%86.27%-
XYZ55.8265.4270.66-
YUV206.6129.92108.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.39%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 210 (82.42% from 255) = 34.48%
R=29.39%
G=36.12%
B=34.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792202100.1900.050.14165.3736.9478.24
HexB3DCD21305Ea5254e
Octal26333432223051624545116
Binary1011001111011100110100101001101011110101001011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCD2; }

 p { color: rgb(179,220,210); }

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

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

 a { background-color: rgb(179,220,210); }

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

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

 span { border-color: rgb(179,220,210); }

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