Html Css Color HEX #BEE0F0 Onahau

📋 copy color: '#BEE0F0'

red 190 ◦ green 224 ◦ blue 240

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

Shades of Onahau #BEE0F0

Tints of Onahau #BEE0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.25%

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

R = 29.05%
G = 34.25%
B = 36.7%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE0F0 (or 0xBEE0F0) is known color: Onahau. HEX triplet: BE, E0 and F0. RGB value is (190,224,240). Sum of RGB (Red+Green+Blue) = 190+224+240=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0F0 is #411F0F. Grayscale: #D7D7D7. Windows color (decimal): -4267792 or 15786174. OLE color: 15786174.

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

Color convert

RGB 190 224 240 -
CMYK 0.21 0.07 0 0.06
HSL 199.2º 0.63% 0.84% -
HSV(B) 199.2º 0.21% 0.94% -
XYZ 63.62 70.55 92.7 -
YUV 215.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 190 224 240 0.21 0.07 0 0.06 199.2 0.63 0.84
Hex BE E0 F0 15 7 0 6 C7 3E 54
Octal 276 340 360 25 7 0 6 307 76 124
Binary 10111110 11100000 11110000 10101 111 0 110 11000111 111110 1010100

Color Harmonies of #BEE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0F0

Black with #BEE0F0

Text Example


Text Example

White with #BEE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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