Html Css Color HEX #BEE1F2 Onahau

📋 copy color: '#BEE1F2'

red 190 ◦ green 225 ◦ blue 242

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

Shades of Onahau #BEE1F2

Tints of Onahau #BEE1F2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.25%

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

R = 28.92%
G = 34.25%
B = 36.83%

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

#BEE1F2 (or 0xBEE1F2) is known color: Onahau. HEX triplet: BE, E1 and F2. RGB value is (190,225,242). Sum of RGB (Red+Green+Blue) = 190+225+242=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1F2 is #411E0D. Grayscale: #D8D8D8. Windows color (decimal): -4267534 or 15917502. OLE color: 15917502.

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

Color convert

RGB 190 225 242 -
CMYK 0.21 0.07 0 0.05
HSL 199.62º 0.67% 0.85% -
HSV(B) 199.62º 0.21% 0.95% -
XYZ 64.19 71.21 94.37 -
YUV 216.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 190 225 242 0.21 0.07 0 0.05 199.62 0.67 0.85
Hex BE E1 F2 15 7 0 5 C8 43 55
Octal 276 341 362 25 7 0 5 310 103 125
Binary 10111110 11100001 11110010 10101 111 0 101 11001000 1000011 1010101

Color Harmonies of #BEE1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1F2

Black with #BEE1F2

Text Example


Text Example

White with #BEE1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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