Html Css Color HEX #BEF6FC Onahau

📋 copy color: '#BEF6FC'

red 190 ◦ green 246 ◦ blue 252

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

Shades of Onahau #BEF6FC

Tints of Onahau #BEF6FC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.76%

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

R = 27.62%
G = 35.76%
B = 36.63%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEF6FC (or 0xBEF6FC) is known color: Onahau. HEX triplet: BE, F6 and FC. RGB value is (190,246,252). Sum of RGB (Red+Green+Blue) = 190+246+252=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FC is #410903. Grayscale: #E5E5E5. Windows color (decimal): -4262148 or 16578238. OLE color: 16578238.

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

Color convert

RGB 190 246 252 -
CMYK 0.25 0.02 0 0.01
HSL 185.81º 0.91% 0.87% -
HSV(B) 185.81º 0.25% 0.99% -
XYZ 71.76 83.89 104.51 -
YUV 229.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 190 246 252 0.25 0.02 0 0.01 185.81 0.91 0.87
Hex BE F6 FC 19 2 0 1 BA 5B 57
Octal 276 366 374 31 2 0 1 272 133 127
Binary 10111110 11110110 11111100 11001 10 0 1 10111010 1011011 1010111

Color Harmonies of #BEF6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6FC

Black with #BEF6FC

Text Example


Text Example

White with #BEF6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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