Html Css Color HEX #BCED80 Sulu

📋 copy color: '#BCED80'

red 188 ◦ green 237 ◦ blue 128

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

Shades of Sulu #BCED80

Tints of Sulu #BCED80

RGB

 RED value IS 188 (73.83% from 255) = 34%

 GREEN value IS 237 (92.97% from 255) = 42.86%

 BLUE value IS 128 (50.39% from 255) = 23.15%

R = 34%
G = 42.86%
B = 23.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#BCED80 (or 0xBCED80) is known color: Sulu. HEX triplet: BC, ED and 80. RGB value is (188,237,128). Sum of RGB (Red+Green+Blue) = 188+237+128=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED80 is #43127F. Grayscale: #D2D2D2. Windows color (decimal): -4395648 or 8449468. OLE color: 8449468.

HSL color Cylindrical-coordinate representation of color #BCED80: hue angle of 86.97º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCED80 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 128 -
CMYK 0.21 0 0.46 0.07
HSL 86.97º 0.75% 0.72% -
HSV(B) 86.97º 0.46% 0.93% -
XYZ 54.92 72.82 31.58 -
YUV 209.92 81.77 112.36 -
System Red Green Blue C M Y K H S L
Decimal 188 237 128 0.21 0 0.46 0.07 86.97 0.75 0.72
Hex BC ED 80 15 0 2E 7 57 4B 48
Octal 274 355 200 25 0 56 7 127 113 110
Binary 10111100 11101101 10000000 10101 0 101110 111 1010111 1001011 1001000

Color Harmonies of #BCED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED80

Black with #BCED80

Text Example


Text Example

White with #BCED80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED80; }

 p { color: rgb(188,237,128); }

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

background-color css

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

 a { background-color: rgb(188,237,128); }

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

border-color css

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

 span { border-color: rgb(188,237,128); }

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