Html Css Color HEX #BEE7F2 Onahau

📋 copy color: '#BEE7F2'

red 190 ◦ green 231 ◦ blue 242

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

Shades of Onahau #BEE7F2

Tints of Onahau #BEE7F2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.84%

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

R = 28.66%
G = 34.84%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEE7F2 (or 0xBEE7F2) is known color: Onahau. HEX triplet: BE, E7 and F2. RGB value is (190,231,242). Sum of RGB (Red+Green+Blue) = 190+231+242=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7F2 is #41180D. Grayscale: #DBDBDB. Windows color (decimal): -4265998 or 15919038. OLE color: 15919038.

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

Color convert

RGB 190 231 242 -
CMYK 0.21 0.05 0 0.05
HSL 192.69º 0.67% 0.85% -
HSV(B) 192.69º 0.21% 0.95% -
XYZ 65.84 74.51 94.92 -
YUV 220 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 190 231 242 0.21 0.05 0 0.05 192.69 0.67 0.85
Hex BE E7 F2 15 5 0 5 C1 43 55
Octal 276 347 362 25 5 0 5 301 103 125
Binary 10111110 11100111 11110010 10101 101 0 101 11000001 1000011 1010101

Color Harmonies of #BEE7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7F2

Black with #BEE7F2

Text Example


Text Example

White with #BEE7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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