#BFDFD5

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

Shades of Cruise #BFDFD5

Tints of Cruise #BFDFD5

Color information

#BFDFD5 (or 0xBFDFD5) is unknown color: approx Cruise. HEX triplet: BF, DF and D5. RGB value is (191,223,213). Sum of RGB (Red+Green+Blue) = 191+223+213=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD5 is #40202A. Grayscale: #D4D4D4. Windows color (decimal): -4202539 or 14016447. OLE color: 14016447.

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

Color convert

RGB191223213-
CMYK0.1400.040.13
HSL161.25º33.33%81.18%-
HSV(B)161.25º14.35%87.45%-
XYZ59.8868.6673.05-
YUV212.29128.4112.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=30.46%
G=35.57%
B=33.97%

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
Decimal1912232130.1400.040.13161.2533.3381.18
HexBFDFD5E04Da12151
Octal27733732516041524141121
Binary101111111101111111010101111001001101101000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD5; }

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

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

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

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

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

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

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

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