#B3DCD1

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

Shades of Cruise #B3DCD1

Tints of Cruise #B3DCD1

Color information

#B3DCD1 (or 0xB3DCD1) is unknown color: approx Cruise. HEX triplet: B3, DC and D1. RGB value is (179,220,209). Sum of RGB (Red+Green+Blue) = 179+220+209=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD1 is #4C232E. Grayscale: #CECECE. Windows color (decimal): -4989743 or 13753523. OLE color: 13753523.

HSL color Cylindrical-coordinate representation of color #B3DCD1: hue angle of 163.9º 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 #B3DCD1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB179220209-
CMYK0.1900.050.14
HSL163.9º36.94%78.24%-
HSV(B)163.9º18.64%86.27%-
XYZ55.6965.3770-
YUV206.49129.42108.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=29.44%
G=36.18%
B=34.38%

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
Decimal1792202090.1900.050.14163.936.9478.24
HexB3DCD11305Ea4254e
Octal26333432123051624445116
Binary1011001111011100110100011001101011110101001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCD1; }

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

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

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

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

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

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

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

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