Html Css Color HEX #BEEAFC Onahau

📋 copy color: '#BEEAFC'

red 190 ◦ green 234 ◦ blue 252

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

Shades of Onahau #BEEAFC

Tints of Onahau #BEEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.62%

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

R = 28.11%
G = 34.62%
B = 37.28%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEEAFC (or 0xBEEAFC) is known color: Onahau. HEX triplet: BE, EA and FC. RGB value is (190,234,252). Sum of RGB (Red+Green+Blue) = 190+234+252=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAFC is #411503. Grayscale: #DEDEDE. Windows color (decimal): -4265220 or 16575166. OLE color: 16575166.

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

Color convert

RGB 190 234 252 -
CMYK 0.25 0.07 0 0.01
HSL 197.42º 0.91% 0.87% -
HSV(B) 197.42º 0.25% 0.99% -
XYZ 68.23 76.82 103.33 -
YUV 222.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 190 234 252 0.25 0.07 0 0.01 197.42 0.91 0.87
Hex BE EA FC 19 7 0 1 C5 5B 57
Octal 276 352 374 31 7 0 1 305 133 127
Binary 10111110 11101010 11111100 11001 111 0 1 11000101 1011011 1010111

Color Harmonies of #BEEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAFC

Black with #BEEAFC

Text Example


Text Example

White with #BEEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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