#BEDFDD

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

Shades of Jagged Ice #BEDFDD

Tints of Jagged Ice #BEDFDD

Color information

#BEDFDD (or 0xBEDFDD) is unknown color: approx Jagged Ice. HEX triplet: BE, DF and DD. RGB value is (190,223,221). Sum of RGB (Red+Green+Blue) = 190+223+221=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDD is #412022. Grayscale: #D4D4D4. Windows color (decimal): -4268067 or 14540734. OLE color: 14540734.

HSL color Cylindrical-coordinate representation of color #BEDFDD: hue angle of 176.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFDD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB190223221-
CMYK0.1500.010.13
HSL176.36º34.02%80.98%-
HSV(B)176.36º14.8%87.45%-
XYZ60.6768.9478.52-
YUV212.9132.57111.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=29.97%
G=35.17%
B=34.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232210.1500.010.13176.3634.0280.98
HexBEDFDDF01Db02251
Octal27633733517011526042121
Binary1011111011011111110111011111011101101100001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFDD; }

 p { color: rgb(190,223,221); }

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

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

 a { background-color: rgb(190,223,221); }

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

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

 span { border-color: rgb(190,223,221); }

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