Html Css Color HEX #BEF0FA Onahau

📋 copy color: '#BEF0FA'

red 190 ◦ green 240 ◦ blue 250

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

Shades of Onahau #BEF0FA

Tints of Onahau #BEF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.29%

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

R = 27.94%
G = 35.29%
B = 36.76%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF0FA (or 0xBEF0FA) is known color: Onahau. HEX triplet: BE, F0 and FA. RGB value is (190,240,250). Sum of RGB (Red+Green+Blue) = 190+240+250=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0FA is #410F05. Grayscale: #E2E2E2. Windows color (decimal): -4263686 or 16445630. OLE color: 16445630.

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

Color convert

RGB 190 240 250 -
CMYK 0.24 0.04 0 0.02
HSL 190º 0.86% 0.86% -
HSV(B) 190º 0.24% 0.98% -
XYZ 69.65 80.17 102.25 -
YUV 226.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 190 240 250 0.24 0.04 0 0.02 190 0.86 0.86
Hex BE F0 FA 18 4 0 2 BE 56 56
Octal 276 360 372 30 4 0 2 276 126 126
Binary 10111110 11110000 11111010 11000 100 0 10 10111110 1010110 1010110

Color Harmonies of #BEF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0FA

Black with #BEF0FA

Text Example


Text Example

White with #BEF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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