#BFE4DD

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

Shades of Jagged Ice #BFE4DD

Tints of Jagged Ice #BFE4DD

Color information

#BFE4DD (or 0xBFE4DD) is unknown color: approx Jagged Ice. HEX triplet: BF, E4 and DD. RGB value is (191,228,221). Sum of RGB (Red+Green+Blue) = 191+228+221=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DD is #401B22. Grayscale: #D8D8D8. Windows color (decimal): -4201251 or 14542015. OLE color: 14542015.

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

Color convert

RGB191228221-
CMYK0.1600.030.11
HSL168.65º40.66%82.16%-
HSV(B)168.65º16.23%89.41%-
XYZ62.2871.7878.98-
YUV216.14130.74110.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=29.84%
G=35.62%
B=34.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912282210.1600.030.11168.6540.6682.16
HexBFE4DD1003Ba92952
Octal27734433520031325151122
Binary101111111110010011011101100000111011101010011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4DD; }

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

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

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

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

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

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

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

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