Html Css Color HEX #BEE0F3 Onahau

📋 copy color: '#BEE0F3'

red 190 ◦ green 224 ◦ blue 243

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

Shades of Onahau #BEE0F3

Tints of Onahau #BEE0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 28.92%
G = 34.09%
B = 36.99%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEE0F3 (or 0xBEE0F3) is known color: Onahau. HEX triplet: BE, E0 and F3. RGB value is (190,224,243). Sum of RGB (Red+Green+Blue) = 190+224+243=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0F3 is #411F0C. Grayscale: #D7D7D7. Windows color (decimal): -4267789 or 15982782. OLE color: 15982782.

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

Color convert

RGB 190 224 243 -
CMYK 0.22 0.08 0 0.05
HSL 201.51º 0.69% 0.85% -
HSV(B) 201.51º 0.22% 0.95% -
XYZ 64.07 70.73 95.07 -
YUV 216 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 190 224 243 0.22 0.08 0 0.05 201.51 0.69 0.85
Hex BE E0 F3 16 8 0 5 CA 45 55
Octal 276 340 363 26 10 0 5 312 105 125
Binary 10111110 11100000 11110011 10110 1000 0 101 11001010 1000101 1010101

Color Harmonies of #BEE0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0F3

Black with #BEE0F3

Text Example


Text Example

White with #BEE0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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