#BFDDD8

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

Shades of Cruise #BFDDD8

Tints of Cruise #BFDDD8

Color information

#BFDDD8 (or 0xBFDDD8) is unknown color: approx Cruise. HEX triplet: BF, DD and D8. RGB value is (191,221,216). Sum of RGB (Red+Green+Blue) = 191+221+216=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDD8 is #402227. Grayscale: #D3D3D3. Windows color (decimal): -4203048 or 14212543. OLE color: 14212543.

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

Color convert

RGB191221216-
CMYK0.1400.020.13
HSL170º30.61%80.78%-
HSV(B)170º13.57%86.67%-
XYZ59.7467.7574.89-
YUV211.46130.56113.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=30.41%
G=35.19%
B=34.39%

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
Decimal1912212160.1400.020.1317030.6180.78
HexBFDDD8E02Daa1f51
Octal27733533016021525237121
Binary1011111111011101110110001110010110110101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDD8; }

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

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

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

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

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

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

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

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