#BFDDD7

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

Shades of Cruise #BFDDD7

Tints of Cruise #BFDDD7

Color information

#BFDDD7 (or 0xBFDDD7) is unknown color: approx Cruise. HEX triplet: BF, DD and D7. RGB value is (191,221,215). Sum of RGB (Red+Green+Blue) = 191+221+215=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDD7 is #402228. Grayscale: #D3D3D3. Windows color (decimal): -4203049 or 14147007. OLE color: 14147007.

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

Color convert

RGB191221215-
CMYK0.1400.030.13
HSL168º30.61%80.78%-
HSV(B)168º13.57%86.67%-
XYZ59.6167.774.21-
YUV211.35130.06113.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=30.46%
G=35.25%
B=34.29%

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
Decimal1912212150.1400.030.1316830.6180.78
HexBFDDD7E03Da81f51
Octal27733532716031525037121
Binary1011111111011101110101111110011110110101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDD7; }

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

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

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

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

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

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

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

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