Html Css Color HEX #BEEAFA Onahau

📋 copy color: '#BEEAFA'

red 190 ◦ green 234 ◦ blue 250

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

Shades of Onahau #BEEAFA

Tints of Onahau #BEEAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.09%

R = 28.19%
G = 34.72%
B = 37.09%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEEAFA (or 0xBEEAFA) is known color: Onahau. HEX triplet: BE, EA and FA. RGB value is (190,234,250). Sum of RGB (Red+Green+Blue) = 190+234+250=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAFA is #411505. Grayscale: #DEDEDE. Windows color (decimal): -4265222 or 16444094. OLE color: 16444094.

HSL color Cylindrical-coordinate representation of color #BEEAFA: hue angle of 196º degrees, saturation: 0.86, 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 #BEEAFA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 234 250 -
CMYK 0.24 0.06 0 0.02
HSL 196º 0.86% 0.86% -
HSV(B) 196º 0.24% 0.98% -
XYZ 67.91 76.69 101.67 -
YUV 222.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 190 234 250 0.24 0.06 0 0.02 196 0.86 0.86
Hex BE EA FA 18 6 0 2 C4 56 56
Octal 276 352 372 30 6 0 2 304 126 126
Binary 10111110 11101010 11111010 11000 110 0 10 11000100 1010110 1010110

Color Harmonies of #BEEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAFA

Black with #BEEAFA

Text Example


Text Example

White with #BEEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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