Html Css Color HEX #BEF1FC Onahau

📋 copy color: '#BEF1FC'

red 190 ◦ green 241 ◦ blue 252

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

Shades of Onahau #BEF1FC

Tints of Onahau #BEF1FC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.29%

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

R = 27.82%
G = 35.29%
B = 36.9%

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

#BEF1FC (or 0xBEF1FC) is known color: Onahau. HEX triplet: BE, F1 and FC. RGB value is (190,241,252). Sum of RGB (Red+Green+Blue) = 190+241+252=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1FC is #410E03. Grayscale: #E2E2E2. Windows color (decimal): -4263428 or 16576958. OLE color: 16576958.

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

Color convert

RGB 190 241 252 -
CMYK 0.25 0.04 0 0.01
HSL 190.65º 0.91% 0.87% -
HSV(B) 190.65º 0.25% 0.99% -
XYZ 70.26 80.89 104 -
YUV 227.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 190 241 252 0.25 0.04 0 0.01 190.65 0.91 0.87
Hex BE F1 FC 19 4 0 1 BF 5B 57
Octal 276 361 374 31 4 0 1 277 133 127
Binary 10111110 11110001 11111100 11001 100 0 1 10111111 1011011 1010111

Color Harmonies of #BEF1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1FC

Black with #BEF1FC

Text Example


Text Example

White with #BEF1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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