Html Css Color HEX #BEE6EA Onahau

📋 copy color: '#BEE6EA'

red 190 ◦ green 230 ◦ blue 234

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

Shades of Onahau #BEE6EA

Tints of Onahau #BEE6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 29.05%
G = 35.17%
B = 35.78%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEE6EA (or 0xBEE6EA) is known color: Onahau. HEX triplet: BE, E6 and EA. RGB value is (190,230,234). Sum of RGB (Red+Green+Blue) = 190+230+234=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6EA is #411915. Grayscale: #DADADA. Windows color (decimal): -4266262 or 15394494. OLE color: 15394494.

HSL color Cylindrical-coordinate representation of color #BEE6EA: hue angle of 185.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE6EA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 230 234 -
CMYK 0.19 0.02 0 0.08
HSL 185.45º 0.51% 0.83% -
HSV(B) 185.45º 0.19% 0.92% -
XYZ 64.38 73.48 88.63 -
YUV 218.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 190 230 234 0.19 0.02 0 0.08 185.45 0.51 0.83
Hex BE E6 EA 13 2 0 8 B9 33 53
Octal 276 346 352 23 2 0 10 271 63 123
Binary 10111110 11100110 11101010 10011 10 0 1000 10111001 110011 1010011

Color Harmonies of #BEE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE6EA

Black with #BEE6EA

Text Example


Text Example

White with #BEE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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