Html Css Color HEX #BEE4F6 Onahau

📋 copy color: '#BEE4F6'

red 190 ◦ green 228 ◦ blue 246

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

Shades of Onahau #BEE4F6

Tints of Onahau #BEE4F6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.34%

 BLUE value IS 246 (96.48% from 255) = 37.05%

R = 28.61%
G = 34.34%
B = 37.05%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEE4F6 (or 0xBEE4F6) is known color: Onahau. HEX triplet: BE, E4 and F6. RGB value is (190,228,246). Sum of RGB (Red+Green+Blue) = 190+228+246=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEE4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4F6 is #411B09. Grayscale: #DADADA. Windows color (decimal): -4266762 or 16180414. OLE color: 16180414.

HSL color Cylindrical-coordinate representation of color #BEE4F6: hue angle of 199.29º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEE4F6 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 228 246 -
CMYK 0.23 0.07 0 0.04
HSL 199.29º 0.76% 0.85% -
HSV(B) 199.29º 0.23% 0.96% -
XYZ 65.61 73.09 97.84 -
YUV 218.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 190 228 246 0.23 0.07 0 0.04 199.29 0.76 0.85
Hex BE E4 F6 17 7 0 4 C7 4C 55
Octal 276 344 366 27 7 0 4 307 114 125
Binary 10111110 11100100 11110110 10111 111 0 100 11000111 1001100 1010101

Color Harmonies of #BEE4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4F6

Black with #BEE4F6

Text Example


Text Example

White with #BEE4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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