Html Css Color HEX #BCDA86 Sulu

📋 copy color: '#BCDA86'

red 188 ◦ green 218 ◦ blue 134

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

Shades of Sulu #BCDA86

Tints of Sulu #BCDA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.81%

R = 34.81%
G = 40.37%
B = 24.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BCDA86 (or 0xBCDA86) is known color: Sulu. HEX triplet: BC, DA and 86. RGB value is (188,218,134). Sum of RGB (Red+Green+Blue) = 188+218+134=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA86 is #432579. Grayscale: #C7C7C7. Windows color (decimal): -4400506 or 8837820. OLE color: 8837820.

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

Color convert

RGB 188 218 134 -
CMYK 0.14 0 0.39 0.15
HSL 81.43º 0.53% 0.69% -
HSV(B) 81.43º 0.39% 0.85% -
XYZ 50.11 62.56 31.99 -
YUV 199.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 188 218 134 0.14 0 0.39 0.15 81.43 0.53 0.69
Hex BC DA 86 E 0 27 F 51 35 45
Octal 274 332 206 16 0 47 17 121 65 105
Binary 10111100 11011010 10000110 1110 0 100111 1111 1010001 110101 1000101

Color Harmonies of #BCDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA86

Black with #BCDA86

Text Example


Text Example

White with #BCDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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