#BFE3D9

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

Shades of Cruise #BFE3D9

Tints of Cruise #BFE3D9

Color information

#BFE3D9 (or 0xBFE3D9) is unknown color: approx Cruise. HEX triplet: BF, E3 and D9. RGB value is (191,227,217). Sum of RGB (Red+Green+Blue) = 191+227+217=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D9 is #401C26. Grayscale: #D7D7D7. Windows color (decimal): -4201511 or 14279615. OLE color: 14279615.

HSL color Cylindrical-coordinate representation of color #BFE3D9: hue angle of 163.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3D9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB191227217-
CMYK0.1600.040.11
HSL163.33º39.13%81.96%-
HSV(B)163.33º15.86%89.02%-
XYZ61.4871.0276.11-
YUV215.1129.07110.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=30.08%
G=35.75%
B=34.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912272170.1600.040.11163.3339.1381.96
HexBFE3D91004Ba32752
Octal27734333120041324347122
Binary1011111111100011110110011000001001011101000111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3D9; }

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

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

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

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

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

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

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

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