Html Css Color HEX #BEEFE8 Jagged Ice

📋 copy color: '#BEEFE8'

red 190 ◦ green 239 ◦ blue 232

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

Shades of Jagged Ice #BEEFE8

Tints of Jagged Ice #BEEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.16%

 BLUE value IS 232 (91.02% from 255) = 35.1%

R = 28.74%
G = 36.16%
B = 35.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BEEFE8 (or 0xBEEFE8) is known color: Jagged Ice. HEX triplet: BE, EF and E8. RGB value is (190,239,232). Sum of RGB (Red+Green+Blue) = 190+239+232=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFE8 is #411017. Grayscale: #DFDFDF. Windows color (decimal): -4263960 or 15265726. OLE color: 15265726.

HSL color Cylindrical-coordinate representation of color #BEEFE8: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 232 -
CMYK 0.21 0 0.03 0.06
HSL 171.43º 0.6% 0.84% -
HSV(B) 171.43º 0.21% 0.94% -
XYZ 66.67 78.51 87.98 -
YUV 223.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 190 239 232 0.21 0 0.03 0.06 171.43 0.6 0.84
Hex BE EF E8 15 0 3 6 AB 3C 54
Octal 276 357 350 25 0 3 6 253 74 124
Binary 10111110 11101111 11101000 10101 0 11 110 10101011 111100 1010100

Color Harmonies of #BEEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFE8

Black with #BEEFE8

Text Example


Text Example

White with #BEEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFE8; }

 p { color: rgb(190,239,232); }

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

background-color css

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

 a { background-color: rgb(190,239,232); }

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

border-color css

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

 span { border-color: rgb(190,239,232); }

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