Html Css Color HEX #BEECFF Onahau

📋 copy color: '#BEECFF'

red 190 ◦ green 236 ◦ blue 255

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

Shades of Onahau #BEECFF

Tints of Onahau #BEECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.44%

R = 27.9%
G = 34.65%
B = 37.44%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEECFF (or 0xBEECFF) is known color: Onahau. HEX triplet: BE, EC and FF. RGB value is (190,236,255). Sum of RGB (Red+Green+Blue) = 190+236+255=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFF is #411300. Grayscale: #E0E0E0. Windows color (decimal): -4264705 or 16772286. OLE color: 16772286.

HSL color Cylindrical-coordinate representation of color #BEECFF: hue angle of 197.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEECFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 236 255 -
CMYK 0.25 0.07 0 0
HSL 197.54º 1% 0.87% -
HSV(B) 197.54º 0.25% 1% -
XYZ 69.28 78.16 106.04 -
YUV 224.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 190 236 255 0.25 0.07 0 0 197.54 1 0.87
Hex BE EC FF 19 7 0 0 C6 64 57
Octal 276 354 377 31 7 0 0 306 144 127
Binary 10111110 11101100 11111111 11001 111 0 0 11000110 1100100 1010111

Color Harmonies of #BEECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEECFF

Black with #BEECFF

Text Example


Text Example

White with #BEECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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