#BFDED9

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

Shades of Cruise #BFDED9

Tints of Cruise #BFDED9

Color information

#BFDED9 (or 0xBFDED9) is unknown color: approx Cruise. HEX triplet: BF, DE and D9. RGB value is (191,222,217). Sum of RGB (Red+Green+Blue) = 191+222+217=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED9 is #402126. Grayscale: #D4D4D4. Windows color (decimal): -4202791 or 14278335. OLE color: 14278335.

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

Color convert

RGB191222217-
CMYK0.1400.020.13
HSL170.32º31.96%80.98%-
HSV(B)170.32º13.96%87.06%-
XYZ60.1368.3375.67-
YUV212.16130.73112.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=30.32%
G=35.24%
B=34.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912222170.1400.020.13170.3231.9680.98
HexBFDED9E02Daa2051
Octal27733633116021525240121
Binary10111111110111101101100111100101101101010101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDED9; }

 p { color: rgb(191,222,217); }

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

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

 a { background-color: rgb(191,222,217); }

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

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

 span { border-color: rgb(191,222,217); }

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