Html Css Color HEX #BCDA80 Sulu

📋 copy color: '#BCDA80'

red 188 ◦ green 218 ◦ blue 128

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

Shades of Sulu #BCDA80

Tints of Sulu #BCDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 35.21%
G = 40.82%
B = 23.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BCDA80 (or 0xBCDA80) is known color: Sulu. HEX triplet: BC, DA and 80. RGB value is (188,218,128). Sum of RGB (Red+Green+Blue) = 188+218+128=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA80 is #43257F. Grayscale: #C7C7C7. Windows color (decimal): -4400512 or 8444604. OLE color: 8444604.

HSL color Cylindrical-coordinate representation of color #BCDA80: hue angle of 80º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCDA80 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 128 -
CMYK 0.14 0 0.41 0.15
HSL 80º 0.55% 0.68% -
HSV(B) 80º 0.41% 0.85% -
XYZ 49.71 62.39 29.85 -
YUV 198.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 188 218 128 0.14 0 0.41 0.15 80 0.55 0.68
Hex BC DA 80 E 0 29 F 50 37 44
Octal 274 332 200 16 0 51 17 120 67 104
Binary 10111100 11011010 10000000 1110 0 101001 1111 1010000 110111 1000100

Color Harmonies of #BCDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA80

Black with #BCDA80

Text Example


Text Example

White with #BCDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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