Html Css Color HEX #BEDFDD Jagged Ice

📋 copy color: '#BEDFDD'

red 190 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #BEDFDD

Tints of Jagged Ice #BEDFDD

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 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

#BEDFDD (or 0xBEDFDD) is known color: 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

RGB 190 223 221 -
CMYK 0.15 0 0.01 0.13
HSL 176.36º 0.34% 0.81% -
HSV(B) 176.36º 0.15% 0.87% -
XYZ 60.67 68.94 78.52 -
YUV 212.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 190 223 221 0.15 0 0.01 0.13 176.36 0.34 0.81
Hex BE DF DD F 0 1 D B0 22 51
Octal 276 337 335 17 0 1 15 260 42 121
Binary 10111110 11011111 11011101 1111 0 1 1101 10110000 100010 1010001

Color Harmonies of #BEDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFDD

Black with #BEDFDD

Text Example


Text Example

White with #BEDFDD

Text Example


Text Example

HTML Codes & Css Web 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>