Html Css Color HEX #BEECF2 Onahau

📋 copy color: '#BEECF2'

red 190 ◦ green 236 ◦ blue 242

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

Shades of Onahau #BEECF2

Tints of Onahau #BEECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.33%

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

R = 28.44%
G = 35.33%
B = 36.23%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEECF2 (or 0xBEECF2) is known color: Onahau. HEX triplet: BE, EC and F2. RGB value is (190,236,242). Sum of RGB (Red+Green+Blue) = 190+236+242=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF2 is #41130D. Grayscale: #DEDEDE. Windows color (decimal): -4264718 or 15920318. OLE color: 15920318.

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

Color convert

RGB 190 236 242 -
CMYK 0.21 0.02 0 0.05
HSL 186.92º 0.67% 0.85% -
HSV(B) 186.92º 0.21% 0.95% -
XYZ 67.26 77.35 95.39 -
YUV 222.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 190 236 242 0.21 0.02 0 0.05 186.92 0.67 0.85
Hex BE EC F2 15 2 0 5 BB 43 55
Octal 276 354 362 25 2 0 5 273 103 125
Binary 10111110 11101100 11110010 10101 10 0 101 10111011 1000011 1010101

Color Harmonies of #BEECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECF2

Black with #BEECF2

Text Example


Text Example

White with #BEECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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