Html Css Color HEX #BEE6F2 Onahau

📋 copy color: '#BEE6F2'

red 190 ◦ green 230 ◦ blue 242

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

Shades of Onahau #BEE6F2

Tints of Onahau #BEE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.74%

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

R = 28.7%
G = 34.74%
B = 36.56%

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

#BEE6F2 (or 0xBEE6F2) is known color: Onahau. HEX triplet: BE, E6 and F2. RGB value is (190,230,242). Sum of RGB (Red+Green+Blue) = 190+230+242=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6F2 is #41190D. Grayscale: #DBDBDB. Windows color (decimal): -4266254 or 15918782. OLE color: 15918782.

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

Color convert

RGB 190 230 242 -
CMYK 0.21 0.05 0 0.05
HSL 193.85º 0.67% 0.85% -
HSV(B) 193.85º 0.21% 0.95% -
XYZ 65.56 73.95 94.82 -
YUV 219.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 190 230 242 0.21 0.05 0 0.05 193.85 0.67 0.85
Hex BE E6 F2 15 5 0 5 C2 43 55
Octal 276 346 362 25 5 0 5 302 103 125
Binary 10111110 11100110 11110010 10101 101 0 101 11000010 1000011 1010101

Color Harmonies of #BEE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE6F2

Black with #BEE6F2

Text Example


Text Example

White with #BEE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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