#B1DFCF

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

Shades of Cruise #B1DFCF

Tints of Cruise #B1DFCF

Color information

#B1DFCF (or 0xB1DFCF) is unknown color: approx Cruise. HEX triplet: B1, DF and CF. RGB value is (177,223,207). Sum of RGB (Red+Green+Blue) = 177+223+207=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFCF is #4E2030. Grayscale: #CFCFCF. Windows color (decimal): -5120049 or 13623217. OLE color: 13623217.

HSL color Cylindrical-coordinate representation of color #B1DFCF: hue angle of 159.13º 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 #B1DFCF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB177223207-
CMYK0.2100.070.13
HSL159.13º41.82%78.43%-
HSV(B)159.13º20.63%87.45%-
XYZ55.7866.6368.95-
YUV207.42127.76106.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.16%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=29.16%
G=36.74%
B=34.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772232070.2100.070.13159.1341.8278.43
HexB1DFCF1507D9f2a4e
Octal26133731725071523752116
Binary1011000111011111110011111010101111101100111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFCF; }

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

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

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

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

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

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

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

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