Html Css Color HEX #BEE3F2 Onahau

📋 copy color: '#BEE3F2'

red 190 ◦ green 227 ◦ blue 242

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

Shades of Onahau #BEE3F2

Tints of Onahau #BEE3F2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.45%

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 28.83%
G = 34.45%
B = 36.72%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEE3F2 (or 0xBEE3F2) is known color: Onahau. HEX triplet: BE, E3 and F2. RGB value is (190,227,242). Sum of RGB (Red+Green+Blue) = 190+227+242=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3F2 is #411C0D. Grayscale: #D9D9D9. Windows color (decimal): -4267022 or 15918014. OLE color: 15918014.

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

Color convert

RGB 190 227 242 -
CMYK 0.21 0.06 0 0.05
HSL 197.31º 0.67% 0.85% -
HSV(B) 197.31º 0.21% 0.95% -
XYZ 64.73 72.3 94.55 -
YUV 217.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 190 227 242 0.21 0.06 0 0.05 197.31 0.67 0.85
Hex BE E3 F2 15 6 0 5 C5 43 55
Octal 276 343 362 25 6 0 5 305 103 125
Binary 10111110 11100011 11110010 10101 110 0 101 11000101 1000011 1010101

Color Harmonies of #BEE3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3F2

Black with #BEE3F2

Text Example


Text Example

White with #BEE3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3F2; }

 p { color: rgb(190,227,242); }

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

background-color css

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

 a { background-color: rgb(190,227,242); }

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

border-color css

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

 span { border-color: rgb(190,227,242); }

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