#B1DCD0

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

Shades of Cruise #B1DCD0

Tints of Cruise #B1DCD0

Color information

#B1DCD0 (or 0xB1DCD0) is unknown color: approx Cruise. HEX triplet: B1, DC and D0. RGB value is (177,220,208). Sum of RGB (Red+Green+Blue) = 177+220+208=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCD0 is #4E232F. Grayscale: #CDCDCD. Windows color (decimal): -5120816 or 13687985. OLE color: 13687985.

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

Color convert

RGB177220208-
CMYK0.2000.050.14
HSL163.26º38.05%77.84%-
HSV(B)163.26º19.55%86.27%-
XYZ55.1165.0969.33-
YUV205.77129.25107.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.26%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=29.26%
G=36.36%
B=34.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772202080.2000.050.14163.2638.0577.84
HexB1DCD01405Ea3264e
Octal26133432024051624346116
Binary1011000111011100110100001010001011110101000111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCD0; }

 p { color: rgb(177,220,208); }

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

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

 a { background-color: rgb(177,220,208); }

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

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

 span { border-color: rgb(177,220,208); }

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