#BFDED6

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

Shades of Cruise #BFDED6

Tints of Cruise #BFDED6

Color information

#BFDED6 (or 0xBFDED6) is unknown color: approx Cruise. HEX triplet: BF, DE and D6. RGB value is (191,222,214). Sum of RGB (Red+Green+Blue) = 191+222+214=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED6 is #402129. Grayscale: #D3D3D3. Windows color (decimal): -4202794 or 14081727. OLE color: 14081727.

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

Color convert

RGB191222214-
CMYK0.1400.040.13
HSL164.52º31.96%80.98%-
HSV(B)164.52º13.96%87.06%-
XYZ59.7468.1773.63-
YUV211.82129.23113.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=30.46%
G=35.41%
B=34.13%

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
Decimal1912222140.1400.040.13164.5231.9680.98
HexBFDED6E04Da52051
Octal27733632616041524540121
Binary101111111101111011010110111001001101101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDED6; }

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

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

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

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

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

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

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

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