Html Css Color HEX #BEF7FF Onahau

📋 copy color: '#BEF7FF'

red 190 ◦ green 247 ◦ blue 255

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

Shades of Onahau #BEF7FF

Tints of Onahau #BEF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.69%

 BLUE value IS 255 (100% from 255) = 36.85%

R = 27.46%
G = 35.69%
B = 36.85%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEF7FF (or 0xBEF7FF) is known color: Onahau. HEX triplet: BE, F7 and FF. RGB value is (190,247,255). Sum of RGB (Red+Green+Blue) = 190+247+255=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7FF is #410800. Grayscale: #E6E6E6. Windows color (decimal): -4261889 or 16775102. OLE color: 16775102.

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

Color convert

RGB 190 247 255 -
CMYK 0.25 0.03 0 0
HSL 187.38º 1% 0.87% -
HSV(B) 187.38º 0.25% 1% -
XYZ 72.55 84.69 107.13 -
YUV 230.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 190 247 255 0.25 0.03 0 0 187.38 1 0.87
Hex BE F7 FF 19 3 0 0 BB 64 57
Octal 276 367 377 31 3 0 0 273 144 127
Binary 10111110 11110111 11111111 11001 11 0 0 10111011 1100100 1010111

Color Harmonies of #BEF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF7FF

Black with #BEF7FF

Text Example


Text Example

White with #BEF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF7FF; }

 p { color: rgb(190,247,255); }

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

background-color css

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

 a { background-color: rgb(190,247,255); }

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

border-color css

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

 span { border-color: rgb(190,247,255); }

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