#BFDCD8

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

Shades of Cruise #BFDCD8

Tints of Cruise #BFDCD8

Color information

#BFDCD8 (or 0xBFDCD8) is unknown color: approx Cruise. HEX triplet: BF, DC and D8. RGB value is (191,220,216). Sum of RGB (Red+Green+Blue) = 191+220+216=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD8 is #402327. Grayscale: #D2D2D2. Windows color (decimal): -4203304 or 14212287. OLE color: 14212287.

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

Color convert

RGB191220216-
CMYK0.1300.020.14
HSL171.72º29.29%80.59%-
HSV(B)171.72º13.18%86.27%-
XYZ59.4767.2274.81-
YUV210.87130.89113.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=30.46%
G=35.09%
B=34.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912202160.1300.020.14171.7229.2980.59
HexBFDCD8D02Eac1d51
Octal27733433015021625435121
Binary1011111111011100110110001101010111010101100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCD8; }

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

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

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

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

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

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

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

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