#B1DFCC

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

Shades of Cruise #B1DFCC

Tints of Cruise #B1DFCC

Color information

#B1DFCC (or 0xB1DFCC) is unknown color: approx Cruise. HEX triplet: B1, DF and CC. RGB value is (177,223,204). Sum of RGB (Red+Green+Blue) = 177+223+204=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFCC is #4E2033. Grayscale: #CFCFCF. Windows color (decimal): -5120052 or 13426609. OLE color: 13426609.

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

Color convert

RGB177223204-
CMYK0.2100.090.13
HSL155.22º41.82%78.43%-
HSV(B)155.22º20.63%87.45%-
XYZ55.4266.4867.04-
YUV207.08126.26106.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=29.30%
G=36.92%
B=33.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772232040.2100.090.13155.2241.8278.43
HexB1DFCC1509D9b2a4e
Octal261337314250111523352116
Binary10110001110111111100110010101010011101100110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFCC; }

 p { color: rgb(177,223,204); }

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

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

 a { background-color: rgb(177,223,204); }

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

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

 span { border-color: rgb(177,223,204); }

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