Html Css Color HEX #BEE4E8 Onahau

📋 copy color: '#BEE4E8'

red 190 ◦ green 228 ◦ blue 232

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

Shades of Onahau #BEE4E8

Tints of Onahau #BEE4E8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.08%

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

R = 29.23%
G = 35.08%
B = 35.69%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEE4E8 (or 0xBEE4E8) is known color: Onahau. HEX triplet: BE, E4 and E8. RGB value is (190,228,232). Sum of RGB (Red+Green+Blue) = 190+228+232=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEE4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4E8 is #411B17. Grayscale: #D9D9D9. Windows color (decimal): -4266776 or 15262910. OLE color: 15262910.

HSL color Cylindrical-coordinate representation of color #BEE4E8: hue angle of 185.71º degrees, saturation: 0.48, 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 #BEE4E8 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 228 232 -
CMYK 0.18 0.02 0 0.09
HSL 185.71º 0.48% 0.83% -
HSV(B) 185.71º 0.18% 0.91% -
XYZ 63.54 72.26 86.94 -
YUV 217.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 190 228 232 0.18 0.02 0 0.09 185.71 0.48 0.83
Hex BE E4 E8 12 2 0 9 BA 30 53
Octal 276 344 350 22 2 0 11 272 60 123
Binary 10111110 11100100 11101000 10010 10 0 1001 10111010 110000 1010011

Color Harmonies of #BEE4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4E8

Black with #BEE4E8

Text Example


Text Example

White with #BEE4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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