Html Css Color HEX #BEF5FA Onahau

📋 copy color: '#BEF5FA'

red 190 ◦ green 245 ◦ blue 250

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

Shades of Onahau #BEF5FA

Tints of Onahau #BEF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

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

R = 27.74%
G = 35.77%
B = 36.5%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF5FA (or 0xBEF5FA) is known color: Onahau. HEX triplet: BE, F5 and FA. RGB value is (190,245,250). Sum of RGB (Red+Green+Blue) = 190+245+250=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5FA is #410A05. Grayscale: #E5E5E5. Windows color (decimal): -4262406 or 16446910. OLE color: 16446910.

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

Color convert

RGB 190 245 250 -
CMYK 0.24 0.02 0 0.02
HSL 185º 0.86% 0.86% -
HSV(B) 185º 0.24% 0.98% -
XYZ 71.14 83.15 102.74 -
YUV 229.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 190 245 250 0.24 0.02 0 0.02 185 0.86 0.86
Hex BE F5 FA 18 2 0 2 B9 56 56
Octal 276 365 372 30 2 0 2 271 126 126
Binary 10111110 11110101 11111010 11000 10 0 10 10111001 1010110 1010110

Color Harmonies of #BEF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF5FA

Black with #BEF5FA

Text Example


Text Example

White with #BEF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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