Html Css Color HEX #BEE8ED Onahau

📋 copy color: '#BEE8ED'

red 190 ◦ green 232 ◦ blue 237

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

Shades of Onahau #BEE8ED

Tints of Onahau #BEE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.2%

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 28.83%
G = 35.2%
B = 35.96%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE8ED (or 0xBEE8ED) is known color: Onahau. HEX triplet: BE, E8 and ED. RGB value is (190,232,237). Sum of RGB (Red+Green+Blue) = 190+232+237=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8ED is #411712. Grayscale: #DBDBDB. Windows color (decimal): -4265747 or 15591614. OLE color: 15591614.

HSL color Cylindrical-coordinate representation of color #BEE8ED: hue angle of 186.38º degrees, saturation: 0.57, 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 #BEE8ED is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 232 237 -
CMYK 0.20 0.02 0 0.07
HSL 186.38º 0.57% 0.84% -
HSV(B) 186.38º 0.2% 0.93% -
XYZ 65.38 74.77 91.11 -
YUV 220.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 190 232 237 0.20 0.02 0 0.07 186.38 0.57 0.84
Hex BE E8 ED 14 2 0 7 BA 39 54
Octal 276 350 355 24 2 0 7 272 71 124
Binary 10111110 11101000 11101101 10100 10 0 111 10111010 111001 1010100

Color Harmonies of #BEE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8ED

Black with #BEE8ED

Text Example


Text Example

White with #BEE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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