Html Css Color HEX #BEECFB Onahau

📋 copy color: '#BEECFB'

red 190 ◦ green 236 ◦ blue 251

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

Shades of Onahau #BEECFB

Tints of Onahau #BEECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 28.06%
G = 34.86%
B = 37.08%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEECFB (or 0xBEECFB) is known color: Onahau. HEX triplet: BE, EC and FB. RGB value is (190,236,251). Sum of RGB (Red+Green+Blue) = 190+236+251=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFB is #411304. Grayscale: #DFDFDF. Windows color (decimal): -4264709 or 16510142. OLE color: 16510142.

HSL color Cylindrical-coordinate representation of color #BEECFB: hue angle of 194.75º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEECFB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 236 251 -
CMYK 0.24 0.06 0 0.02
HSL 194.75º 0.88% 0.86% -
HSV(B) 194.75º 0.24% 0.98% -
XYZ 68.64 77.9 102.69 -
YUV 223.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 190 236 251 0.24 0.06 0 0.02 194.75 0.88 0.86
Hex BE EC FB 18 6 0 2 C3 58 56
Octal 276 354 373 30 6 0 2 303 130 126
Binary 10111110 11101100 11111011 11000 110 0 10 11000011 1011000 1010110

Color Harmonies of #BEECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECFB

Black with #BEECFB

Text Example


Text Example

White with #BEECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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