#B1DDCD

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

Shades of Cruise #B1DDCD

Tints of Cruise #B1DDCD

Color information

#B1DDCD (or 0xB1DDCD) is unknown color: approx Cruise. HEX triplet: B1, DD and CD. RGB value is (177,221,205). Sum of RGB (Red+Green+Blue) = 177+221+205=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDCD is #4E2232. Grayscale: #CECECE. Windows color (decimal): -5120563 or 13491633. OLE color: 13491633.

HSL color Cylindrical-coordinate representation of color #B1DDCD: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDCD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB177221205-
CMYK0.2000.070.13
HSL158.18º39.29%78.04%-
HSV(B)158.18º19.91%86.67%-
XYZ55.0165.4767.49-
YUV206.02127.42107.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=29.35%
G=36.65%
B=34.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772212050.2000.070.13158.1839.2978.04
HexB1DDCD1407D9e274e
Octal26133531524071523647116
Binary1011000111011101110011011010001111101100111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDCD; }

 p { color: rgb(177,221,205); }

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

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

 a { background-color: rgb(177,221,205); }

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

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

 span { border-color: rgb(177,221,205); }

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