Html Css Color HEX #BEDFDC Jagged Ice

📋 copy color: '#BEDFDC'

red 190 ◦ green 223 ◦ blue 220

#BEDFDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #BEDFDC

Tints of Jagged Ice #BEDFDC

RGB

 RED value IS 190 (74.61% from 255) = 30.02%

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 30.02%
G = 35.23%
B = 34.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BEDFDC (or 0xBEDFDC) is known color: Jagged Ice. HEX triplet: BE, DF and DC. RGB value is (190,223,220). Sum of RGB (Red+Green+Blue) = 190+223+220=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDC is #412023. Grayscale: #D4D4D4. Windows color (decimal): -4268068 or 14475198. OLE color: 14475198.

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

Color convert

RGB 190 223 220 -
CMYK 0.15 0 0.01 0.13
HSL 174.55º 0.34% 0.81% -
HSV(B) 174.55º 0.15% 0.87% -
XYZ 60.54 68.89 77.82 -
YUV 212.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 190 223 220 0.15 0 0.01 0.13 174.55 0.34 0.81
Hex BE DF DC F 0 1 D AF 22 51
Octal 276 337 334 17 0 1 15 257 42 121
Binary 10111110 11011111 11011100 1111 0 1 1101 10101111 100010 1010001

Color Harmonies of #BEDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFDC

Black with #BEDFDC

Text Example


Text Example

White with #BEDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFDC; }

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

 H1.HeaderClassName
 {
   color: #BEDFDC;
 }
 .AnyTagClassName
 {
   color: #BEDFDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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