#BFDED7

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

Shades of Cruise #BFDED7

Tints of Cruise #BFDED7

Color information

#BFDED7 (or 0xBFDED7) is unknown color: approx Cruise. HEX triplet: BF, DE and D7. RGB value is (191,222,215). Sum of RGB (Red+Green+Blue) = 191+222+215=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED7 is #402128. Grayscale: #D3D3D3. Windows color (decimal): -4202793 or 14147263. OLE color: 14147263.

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

Color convert

RGB191222215-
CMYK0.1400.030.13
HSL166.45º31.96%80.98%-
HSV(B)166.45º13.96%87.06%-
XYZ59.8768.2374.3-
YUV211.93129.73113.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=30.41%
G=35.35%
B=34.24%

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
Decimal1912222150.1400.030.13166.4531.9680.98
HexBFDED7E03Da62051
Octal27733632716031524640121
Binary10111111110111101101011111100111101101001101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDED7; }

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

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

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

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

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

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

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

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