Html Css Color HEX #BEE8FE Onahau

📋 copy color: '#BEE8FE'

red 190 ◦ green 232 ◦ blue 254

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

Shades of Onahau #BEE8FE

Tints of Onahau #BEE8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 28.11%
G = 34.32%
B = 37.57%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEE8FE (or 0xBEE8FE) is known color: Onahau. HEX triplet: BE, E8 and FE. RGB value is (190,232,254). Sum of RGB (Red+Green+Blue) = 190+232+254=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8FE is #411701. Grayscale: #DDDDDD. Windows color (decimal): -4265730 or 16705726. OLE color: 16705726.

HSL color Cylindrical-coordinate representation of color #BEE8FE: hue angle of 200.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE8FE is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 232 254 -
CMYK 0.25 0.09 0 0.00
HSL 200.63º 0.97% 0.87% -
HSV(B) 200.63º 0.25% 1% -
XYZ 67.98 75.82 104.82 -
YUV 221.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 190 232 254 0.25 0.09 0 0.00 200.63 0.97 0.87
Hex BE E8 FE 19 9 0 0 C9 61 57
Octal 276 350 376 31 11 0 0 311 141 127
Binary 10111110 11101000 11111110 11001 1001 0 0 11001001 1100001 1010111

Color Harmonies of #BEE8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8FE

Black with #BEE8FE

Text Example


Text Example

White with #BEE8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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