Html Css Color HEX #BEEFFC Onahau

📋 copy color: '#BEEFFC'

red 190 ◦ green 239 ◦ blue 252

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

Shades of Onahau #BEEFFC

Tints of Onahau #BEEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.1%

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

R = 27.9%
G = 35.1%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEEFFC (or 0xBEEFFC) is known color: Onahau. HEX triplet: BE, EF and FC. RGB value is (190,239,252). Sum of RGB (Red+Green+Blue) = 190+239+252=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFFC is #411003. Grayscale: #E1E1E1. Windows color (decimal): -4263940 or 16576446. OLE color: 16576446.

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

Color convert

RGB 190 239 252 -
CMYK 0.25 0.05 0 0.01
HSL 192.58º 0.91% 0.87% -
HSV(B) 192.58º 0.25% 0.99% -
XYZ 69.67 79.71 103.81 -
YUV 225.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 190 239 252 0.25 0.05 0 0.01 192.58 0.91 0.87
Hex BE EF FC 19 5 0 1 C1 5B 57
Octal 276 357 374 31 5 0 1 301 133 127
Binary 10111110 11101111 11111100 11001 101 0 1 11000001 1011011 1010111

Color Harmonies of #BEEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFFC

Black with #BEEFFC

Text Example


Text Example

White with #BEEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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