#BFDDD3

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

Shades of Cruise #BFDDD3

Tints of Cruise #BFDDD3

Color information

#BFDDD3 (or 0xBFDDD3) is unknown color: approx Cruise. HEX triplet: BF, DD and D3. RGB value is (191,221,211). Sum of RGB (Red+Green+Blue) = 191+221+211=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDD3 is #40222C. Grayscale: #D2D2D2. Windows color (decimal): -4203053 or 13884863. OLE color: 13884863.

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

Color convert

RGB191221211-
CMYK0.1400.050.13
HSL160º30.61%80.78%-
HSV(B)160º13.57%86.67%-
XYZ59.167.4971.54-
YUV210.89128.06113.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=30.66%
G=35.47%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912212110.1400.050.1316030.6180.78
HexBFDDD3E05Da01f51
Octal27733532316051524037121
Binary10111111110111011101001111100101110110100000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDD3; }

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

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

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

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

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

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

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

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