#BFD4E5

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

Shades of Tropical Blue #BFD4E5

Tints of Tropical Blue #BFD4E5

Color information

#BFD4E5 (or 0xBFD4E5) is unknown color: approx Tropical Blue. HEX triplet: BF, D4 and E5. RGB value is (191,212,229). Sum of RGB (Red+Green+Blue) = 191+212+229=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4E5 is #402B1A. Grayscale: #CFCFCF. Windows color (decimal): -4205339 or 15062207. OLE color: 15062207.

HSL color Cylindrical-coordinate representation of color #BFD4E5: hue angle of 206.84º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD4E5 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191212229-
CMYK0.170.0700.10
HSL206.84º42.22%82.35%-
HSV(B)206.84º16.59%89.8%-
XYZ59.1763.8283.33-
YUV207.66140.04116.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 229 (89.84% from 255) = 36.23%
R=30.22%
G=33.54%
B=36.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912122290.170.0700.10206.8442.2282.35
HexBFD4E51170Acf2a52
Octal27732434521701231752122
Binary1011111111010100111001011000111101010110011111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4E5; }

 p { color: rgb(191,212,229); }

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

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

 a { background-color: rgb(191,212,229); }

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

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

 span { border-color: rgb(191,212,229); }

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