#BFDCD5

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

Shades of Cruise #BFDCD5

Tints of Cruise #BFDCD5

Color information

#BFDCD5 (or 0xBFDCD5) is unknown color: approx Cruise. HEX triplet: BF, DC and D5. RGB value is (191,220,213). Sum of RGB (Red+Green+Blue) = 191+220+213=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD5 is #40232A. Grayscale: #D2D2D2. Windows color (decimal): -4203307 or 14015679. OLE color: 14015679.

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

Color convert

RGB191220213-
CMYK0.1300.030.14
HSL165.52º29.29%80.59%-
HSV(B)165.52º13.18%86.27%-
XYZ59.0967.0772.78-
YUV210.53129.39114.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=30.61%
G=35.26%
B=34.13%

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
Decimal1912202130.1300.030.14165.5229.2980.59
HexBFDCD5D03Ea61d51
Octal27733432515031624635121
Binary1011111111011100110101011101011111010100110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCD5; }

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

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

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

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

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

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

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

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