Html Css Color HEX #BEEEE7 Jagged Ice

📋 copy color: '#BEEEE7'

red 190 ◦ green 238 ◦ blue 231

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

Shades of Jagged Ice #BEEEE7

Tints of Jagged Ice #BEEEE7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.12%

 BLUE value IS 231 (90.63% from 255) = 35.05%

R = 28.83%
G = 36.12%
B = 35.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BEEEE7 (or 0xBEEEE7) is known color: Jagged Ice. HEX triplet: BE, EE and E7. RGB value is (190,238,231). Sum of RGB (Red+Green+Blue) = 190+238+231=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEE7 is #411118. Grayscale: #DEDEDE. Windows color (decimal): -4264217 or 15199934. OLE color: 15199934.

HSL color Cylindrical-coordinate representation of color #BEEEE7: hue angle of 171.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEE7 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 238 231 -
CMYK 0.20 0 0.03 0.07
HSL 171.25º 0.59% 0.84% -
HSV(B) 171.25º 0.2% 0.93% -
XYZ 66.23 77.87 87.14 -
YUV 222.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 190 238 231 0.20 0 0.03 0.07 171.25 0.59 0.84
Hex BE EE E7 14 0 3 7 AB 3B 54
Octal 276 356 347 24 0 3 7 253 73 124
Binary 10111110 11101110 11100111 10100 0 11 111 10101011 111011 1010100

Color Harmonies of #BEEEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEEE7

Black with #BEEEE7

Text Example


Text Example

White with #BEEEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEEE7; }

 p { color: rgb(190,238,231); }

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

background-color css

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

 a { background-color: rgb(190,238,231); }

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

border-color css

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

 span { border-color: rgb(190,238,231); }

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