Html Css Color HEX #BEE4F2 Onahau

📋 copy color: '#BEE4F2'

red 190 ◦ green 228 ◦ blue 242

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

Shades of Onahau #BEE4F2

Tints of Onahau #BEE4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.55%

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

R = 28.79%
G = 34.55%
B = 36.67%

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

#BEE4F2 (or 0xBEE4F2) is known color: Onahau. HEX triplet: BE, E4 and F2. RGB value is (190,228,242). Sum of RGB (Red+Green+Blue) = 190+228+242=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4F2 is #411B0D. Grayscale: #DADADA. Windows color (decimal): -4266766 or 15918270. OLE color: 15918270.

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

Color convert

RGB 190 228 242 -
CMYK 0.21 0.06 0 0.05
HSL 196.15º 0.67% 0.85% -
HSV(B) 196.15º 0.21% 0.95% -
XYZ 65.01 72.84 94.64 -
YUV 218.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 190 228 242 0.21 0.06 0 0.05 196.15 0.67 0.85
Hex BE E4 F2 15 6 0 5 C4 43 55
Octal 276 344 362 25 6 0 5 304 103 125
Binary 10111110 11100100 11110010 10101 110 0 101 11000100 1000011 1010101

Color Harmonies of #BEE4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4F2

Black with #BEE4F2

Text Example


Text Example

White with #BEE4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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