Html Css Color HEX #BEE0F1 Onahau

📋 copy color: '#BEE0F1'

red 190 ◦ green 224 ◦ blue 241

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

Shades of Onahau #BEE0F1

Tints of Onahau #BEE0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 29.01%
G = 34.2%
B = 36.79%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEE0F1 (or 0xBEE0F1) is known color: Onahau. HEX triplet: BE, E0 and F1. RGB value is (190,224,241). Sum of RGB (Red+Green+Blue) = 190+224+241=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0F1 is #411F0E. Grayscale: #D7D7D7. Windows color (decimal): -4267791 or 15851710. OLE color: 15851710.

HSL color Cylindrical-coordinate representation of color #BEE0F1: hue angle of 200º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE0F1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 224 241 -
CMYK 0.21 0.07 0 0.05
HSL 200º 0.65% 0.85% -
HSV(B) 200º 0.21% 0.95% -
XYZ 63.77 70.61 93.49 -
YUV 215.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 190 224 241 0.21 0.07 0 0.05 200 0.65 0.85
Hex BE E0 F1 15 7 0 5 C8 41 55
Octal 276 340 361 25 7 0 5 310 101 125
Binary 10111110 11100000 11110001 10101 111 0 101 11001000 1000001 1010101

Color Harmonies of #BEE0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0F1

Black with #BEE0F1

Text Example


Text Example

White with #BEE0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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