#BFDDD6

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

Shades of Cruise #BFDDD6

Tints of Cruise #BFDDD6

Color information

#BFDDD6 (or 0xBFDDD6) is unknown color: approx Cruise. HEX triplet: BF, DD and D6. RGB value is (191,221,214). Sum of RGB (Red+Green+Blue) = 191+221+214=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDD6 is #402229. Grayscale: #D3D3D3. Windows color (decimal): -4203050 or 14081471. OLE color: 14081471.

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

Color convert

RGB191221214-
CMYK0.1400.030.13
HSL166º30.61%80.78%-
HSV(B)166º13.57%86.67%-
XYZ59.4867.6473.54-
YUV211.23129.56113.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=30.51%
G=35.30%
B=34.19%

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
Decimal1912212140.1400.030.1316630.6180.78
HexBFDDD6E03Da61f51
Octal27733532616031524637121
Binary1011111111011101110101101110011110110100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDD6; }

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

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

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

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

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

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

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

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