#BFDCD6

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

Shades of Cruise #BFDCD6

Tints of Cruise #BFDCD6

Color information

#BFDCD6 (or 0xBFDCD6) is unknown color: approx Cruise. HEX triplet: BF, DC and D6. RGB value is (191,220,214). Sum of RGB (Red+Green+Blue) = 191+220+214=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD6 is #402329. Grayscale: #D2D2D2. Windows color (decimal): -4203306 or 14081215. OLE color: 14081215.

HSL color Cylindrical-coordinate representation of color #BFDCD6: hue angle of 167.59º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCD6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB191220214-
CMYK0.1300.030.14
HSL167.59º29.29%80.59%-
HSV(B)167.59º13.18%86.27%-
XYZ59.2267.1273.45-
YUV210.64129.89113.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=30.56%
G=35.2%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912202140.1300.030.14167.5929.2980.59
HexBFDCD6D03Ea81d51
Octal27733432615031625035121
Binary1011111111011100110101101101011111010101000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCD6; }

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

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

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

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

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

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

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

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