Html Css Color HEX #BEF2FC Onahau

📋 copy color: '#BEF2FC'

red 190 ◦ green 242 ◦ blue 252

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

Shades of Onahau #BEF2FC

Tints of Onahau #BEF2FC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.38%

 BLUE value IS 252 (98.83% from 255) = 36.84%

R = 27.78%
G = 35.38%
B = 36.84%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEF2FC (or 0xBEF2FC) is known color: Onahau. HEX triplet: BE, F2 and FC. RGB value is (190,242,252). Sum of RGB (Red+Green+Blue) = 190+242+252=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FC is #410D03. Grayscale: #E3E3E3. Windows color (decimal): -4263172 or 16577214. OLE color: 16577214.

HSL color Cylindrical-coordinate representation of color #BEF2FC: hue angle of 189.68º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF2FC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 242 252 -
CMYK 0.25 0.04 0 0.01
HSL 189.68º 0.91% 0.87% -
HSV(B) 189.68º 0.25% 0.99% -
XYZ 70.56 81.48 104.1 -
YUV 227.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 190 242 252 0.25 0.04 0 0.01 189.68 0.91 0.87
Hex BE F2 FC 19 4 0 1 BE 5B 57
Octal 276 362 374 31 4 0 1 276 133 127
Binary 10111110 11110010 11111100 11001 100 0 1 10111110 1011011 1010111

Color Harmonies of #BEF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2FC

Black with #BEF2FC

Text Example


Text Example

White with #BEF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2FC; }

 p { color: rgb(190,242,252); }

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

background-color css

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

 a { background-color: rgb(190,242,252); }

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

border-color css

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

 span { border-color: rgb(190,242,252); }

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