Html Css Color HEX #BEE4F0 Onahau

📋 copy color: '#BEE4F0'

red 190 ◦ green 228 ◦ blue 240

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

Shades of Onahau #BEE4F0

Tints of Onahau #BEE4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.47%

R = 28.88%
G = 34.65%
B = 36.47%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE4F0 (or 0xBEE4F0) is known color: Onahau. HEX triplet: BE, E4 and F0. RGB value is (190,228,240). Sum of RGB (Red+Green+Blue) = 190+228+240=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4F0 is #411B0F. Grayscale: #D9D9D9. Windows color (decimal): -4266768 or 15787198. OLE color: 15787198.

HSL color Cylindrical-coordinate representation of color #BEE4F0: hue angle of 194.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE4F0 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 228 240 -
CMYK 0.21 0.05 0 0.06
HSL 194.4º 0.63% 0.84% -
HSV(B) 194.4º 0.21% 0.94% -
XYZ 64.71 72.73 93.07 -
YUV 218.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 190 228 240 0.21 0.05 0 0.06 194.4 0.63 0.84
Hex BE E4 F0 15 5 0 6 C2 3E 54
Octal 276 344 360 25 5 0 6 302 76 124
Binary 10111110 11100100 11110000 10101 101 0 110 11000010 111110 1010100

Color Harmonies of #BEE4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4F0

Black with #BEE4F0

Text Example


Text Example

White with #BEE4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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