Html Css Color HEX #82BECE Seagull

📋 copy color: '#82BECE'

red 130 ◦ green 190 ◦ blue 206

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

Shades of Seagull #82BECE

Tints of Seagull #82BECE

RGB

 RED value IS 130 (51.17% from 255) = 24.71%

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 24.71%
G = 36.12%
B = 39.16%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82BECE (or 0x82BECE) is known color: Seagull. HEX triplet: 82, BE and CE. RGB value is (130,190,206). Sum of RGB (Red+Green+Blue) = 130+190+206=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #82BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BECE is #7D4131. Grayscale: #ADADAD. Windows color (decimal): -8208690 or 13549186. OLE color: 13549186.

HSL color Cylindrical-coordinate representation of color #82BECE: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BECE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 190 206 -
CMYK 0.37 0.08 0 0.19
HSL 192.63º 0.44% 0.66% -
HSV(B) 192.63º 0.37% 0.81% -
XYZ 38.76 46.03 65.23 -
YUV 173.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 130 190 206 0.37 0.08 0 0.19 192.63 0.44 0.66
Hex 82 BE CE 25 8 0 13 C1 2C 42
Octal 202 276 316 45 10 0 23 301 54 102
Binary 10000010 10111110 11001110 100101 1000 0 10011 11000001 101100 1000010

Color Harmonies of #82BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BECE

Black with #82BECE

Text Example


Text Example

White with #82BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BECE; }

 p { color: rgb(130,190,206); }

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

background-color css

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

 a { background-color: rgb(130,190,206); }

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

border-color css

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

 span { border-color: rgb(130,190,206); }

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