Html Css Color HEX #BEE9E3 Jagged Ice

📋 copy color: '#BEE9E3'

red 190 ◦ green 233 ◦ blue 227

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

Shades of Jagged Ice #BEE9E3

Tints of Jagged Ice #BEE9E3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.85%

 BLUE value IS 227 (89.06% from 255) = 34.92%

R = 29.23%
G = 35.85%
B = 34.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BEE9E3 (or 0xBEE9E3) is known color: Jagged Ice. HEX triplet: BE, E9 and E3. RGB value is (190,233,227). Sum of RGB (Red+Green+Blue) = 190+233+227=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9E3 is #41161C. Grayscale: #DBDBDB. Windows color (decimal): -4265501 or 14936510. OLE color: 14936510.

HSL color Cylindrical-coordinate representation of color #BEE9E3: hue angle of 171.63º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9E3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 233 227 -
CMYK 0.18 0 0.03 0.09
HSL 171.63º 0.49% 0.83% -
HSV(B) 171.63º 0.18% 0.91% -
XYZ 64.24 74.77 83.72 -
YUV 219.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 190 233 227 0.18 0 0.03 0.09 171.63 0.49 0.83
Hex BE E9 E3 12 0 3 9 AC 31 53
Octal 276 351 343 22 0 3 11 254 61 123
Binary 10111110 11101001 11100011 10010 0 11 1001 10101100 110001 1010011

Color Harmonies of #BEE9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE9E3

Black with #BEE9E3

Text Example


Text Example

White with #BEE9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE9E3; }

 p { color: rgb(190,233,227); }

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

background-color css

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

 a { background-color: rgb(190,233,227); }

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

border-color css

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

 span { border-color: rgb(190,233,227); }

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