Html Css Color HEX #BEDDDA Jagged Ice

📋 copy color: '#BEDDDA'

red 190 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #BEDDDA

Tints of Jagged Ice #BEDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 218 (85.55% from 255) = 34.66%

R = 30.21%
G = 35.14%
B = 34.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BEDDDA (or 0xBEDDDA) is known color: Jagged Ice. HEX triplet: BE, DD and DA. RGB value is (190,221,218). Sum of RGB (Red+Green+Blue) = 190+221+218=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDDA is #412225. Grayscale: #D3D3D3. Windows color (decimal): -4268582 or 14343614. OLE color: 14343614.

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

Color convert

RGB 190 221 218 -
CMYK 0.14 0 0.01 0.13
HSL 174.19º 0.31% 0.81% -
HSV(B) 174.19º 0.14% 0.87% -
XYZ 59.75 67.72 76.25 -
YUV 211.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 190 221 218 0.14 0 0.01 0.13 174.19 0.31 0.81
Hex BE DD DA E 0 1 D AE 1F 51
Octal 276 335 332 16 0 1 15 256 37 121
Binary 10111110 11011101 11011010 1110 0 1 1101 10101110 11111 1010001

Color Harmonies of #BEDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDDA

Black with #BEDDDA

Text Example


Text Example

White with #BEDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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