#BFD4E4

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

Shades of Tropical Blue #BFD4E4

Tints of Tropical Blue #BFD4E4

Color information

#BFD4E4 (or 0xBFD4E4) is unknown color: approx Tropical Blue. HEX triplet: BF, D4 and E4. RGB value is (191,212,228). Sum of RGB (Red+Green+Blue) = 191+212+228=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFD4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4E4 is #402B1B. Grayscale: #CFCFCF. Windows color (decimal): -4205340 or 14996671. OLE color: 14996671.

HSL color Cylindrical-coordinate representation of color #BFD4E4: hue angle of 205.95º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFD4E4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191212228-
CMYK0.160.0700.11
HSL205.95º40.66%82.16%-
HSV(B)205.95º16.23%89.41%-
XYZ59.0363.7682.6-
YUV207.54139.54116.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 228 (89.45% from 255) = 36.13%
R=30.27%
G=33.60%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912122280.160.0700.11205.9540.6682.16
HexBFD4E41070Bce2952
Octal27732434420701331651122
Binary1011111111010100111001001000011101011110011101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4E4; }

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

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

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

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

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

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

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

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