Html Css Color HEX #BEEFF2 Onahau

📋 copy color: '#BEEFF2'

red 190 ◦ green 239 ◦ blue 242

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

Shades of Onahau #BEEFF2

Tints of Onahau #BEEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.62%

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

R = 28.32%
G = 35.62%
B = 36.07%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEEFF2 (or 0xBEEFF2) is known color: Onahau. HEX triplet: BE, EF and F2. RGB value is (190,239,242). Sum of RGB (Red+Green+Blue) = 190+239+242=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFF2 is #41100D. Grayscale: #E0E0E0. Windows color (decimal): -4263950 or 15921086. OLE color: 15921086.

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

Color convert

RGB 190 239 242 -
CMYK 0.21 0.01 0 0.05
HSL 183.46º 0.67% 0.85% -
HSV(B) 183.46º 0.21% 0.95% -
XYZ 68.13 79.09 95.68 -
YUV 224.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 190 239 242 0.21 0.01 0 0.05 183.46 0.67 0.85
Hex BE EF F2 15 1 0 5 B7 43 55
Octal 276 357 362 25 1 0 5 267 103 125
Binary 10111110 11101111 11110010 10101 1 0 101 10110111 1000011 1010101

Color Harmonies of #BEEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFF2

Black with #BEEFF2

Text Example


Text Example

White with #BEEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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