Html Css Color HEX #BEECF1 Onahau

📋 copy color: '#BEECF1'

red 190 ◦ green 236 ◦ blue 241

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

Shades of Onahau #BEECF1

Tints of Onahau #BEECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 28.49%
G = 35.38%
B = 36.13%

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

#BEECF1 (or 0xBEECF1) is known color: Onahau. HEX triplet: BE, EC and F1. RGB value is (190,236,241). Sum of RGB (Red+Green+Blue) = 190+236+241=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF1 is #41130E. Grayscale: #DEDEDE. Windows color (decimal): -4264719 or 15854782. OLE color: 15854782.

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

Color convert

RGB 190 236 241 -
CMYK 0.21 0.02 0 0.05
HSL 185.88º 0.65% 0.85% -
HSV(B) 185.88º 0.21% 0.95% -
XYZ 67.11 77.29 94.6 -
YUV 222.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 190 236 241 0.21 0.02 0 0.05 185.88 0.65 0.85
Hex BE EC F1 15 2 0 5 BA 41 55
Octal 276 354 361 25 2 0 5 272 101 125
Binary 10111110 11101100 11110001 10101 10 0 101 10111010 1000001 1010101

Color Harmonies of #BEECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECF1

Black with #BEECF1

Text Example


Text Example

White with #BEECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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