Html Css Color HEX #BEEAFB Onahau

📋 copy color: '#BEEAFB'

red 190 ◦ green 234 ◦ blue 251

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

Shades of Onahau #BEEAFB

Tints of Onahau #BEEAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.67%

 BLUE value IS 251 (98.44% from 255) = 37.19%

R = 28.15%
G = 34.67%
B = 37.19%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEEAFB (or 0xBEEAFB) is known color: Onahau. HEX triplet: BE, EA and FB. RGB value is (190,234,251). Sum of RGB (Red+Green+Blue) = 190+234+251=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAFB is #411504. Grayscale: #DEDEDE. Windows color (decimal): -4265221 or 16509630. OLE color: 16509630.

HSL color Cylindrical-coordinate representation of color #BEEAFB: hue angle of 196.72º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEAFB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 234 251 -
CMYK 0.24 0.07 0 0.02
HSL 196.72º 0.88% 0.86% -
HSV(B) 196.72º 0.24% 0.98% -
XYZ 68.07 76.76 102.49 -
YUV 222.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 190 234 251 0.24 0.07 0 0.02 196.72 0.88 0.86
Hex BE EA FB 18 7 0 2 C5 58 56
Octal 276 352 373 30 7 0 2 305 130 126
Binary 10111110 11101010 11111011 11000 111 0 10 11000101 1011000 1010110

Color Harmonies of #BEEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAFB

Black with #BEEAFB

Text Example


Text Example

White with #BEEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAFB; }

 p { color: rgb(190,234,251); }

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

background-color css

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

 a { background-color: rgb(190,234,251); }

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

border-color css

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

 span { border-color: rgb(190,234,251); }

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