#BFDFD8

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

Shades of Cruise #BFDFD8

Tints of Cruise #BFDFD8

Color information

#BFDFD8 (or 0xBFDFD8) is unknown color: approx Cruise. HEX triplet: BF, DF and D8. RGB value is (191,223,216). Sum of RGB (Red+Green+Blue) = 191+223+216=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD8 is #402027. Grayscale: #D4D4D4. Windows color (decimal): -4202536 or 14213055. OLE color: 14213055.

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

Color convert

RGB191223216-
CMYK0.1400.030.13
HSL166.88º33.33%81.18%-
HSV(B)166.88º14.35%87.45%-
XYZ60.2768.8175.07-
YUV212.63129.9112.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=30.32%
G=35.40%
B=34.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232160.1400.030.13166.8833.3381.18
HexBFDFD8E03Da72151
Octal27733733016031524741121
Binary10111111110111111101100011100111101101001111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFD8; }

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

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

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

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

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

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

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

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