#BFDFD7

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

Shades of Cruise #BFDFD7

Tints of Cruise #BFDFD7

Color information

#BFDFD7 (or 0xBFDFD7) is unknown color: approx Cruise. HEX triplet: BF, DF and D7. RGB value is (191,223,215). Sum of RGB (Red+Green+Blue) = 191+223+215=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD7 is #402028. Grayscale: #D4D4D4. Windows color (decimal): -4202537 or 14147519. OLE color: 14147519.

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

Color convert

RGB191223215-
CMYK0.1400.040.13
HSL165º33.33%81.18%-
HSV(B)165º14.35%87.45%-
XYZ60.1468.7674.39-
YUV212.52129.4112.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=30.37%
G=35.45%
B=34.18%

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
Decimal1912232150.1400.040.1316533.3381.18
HexBFDFD7E04Da52151
Octal27733732716041524541121
Binary101111111101111111010111111001001101101001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD7; }

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

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

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

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

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

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

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

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