#BFDFD6

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

Shades of Cruise #BFDFD6

Tints of Cruise #BFDFD6

Color information

#BFDFD6 (or 0xBFDFD6) is unknown color: approx Cruise. HEX triplet: BF, DF and D6. RGB value is (191,223,214). Sum of RGB (Red+Green+Blue) = 191+223+214=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD6 is #402029. Grayscale: #D4D4D4. Windows color (decimal): -4202538 or 14081983. OLE color: 14081983.

HSL color Cylindrical-coordinate representation of color #BFDFD6: hue angle of 163.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFD6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB191223214-
CMYK0.1400.040.13
HSL163.12º33.33%81.18%-
HSV(B)163.12º14.35%87.45%-
XYZ60.0168.7173.72-
YUV212.41128.9112.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=30.41%
G=35.51%
B=34.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232140.1400.040.13163.1233.3381.18
HexBFDFD6E04Da32151
Octal27733732616041524341121
Binary101111111101111111010110111001001101101000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD6; }

 p { color: rgb(191,223,214); }

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

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

 a { background-color: rgb(191,223,214); }

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

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

 span { border-color: rgb(191,223,214); }

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