Html Css Color HEX #BCD686 Sulu

📋 copy color: '#BCD686'

red 188 ◦ green 214 ◦ blue 134

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

Shades of Sulu #BCD686

Tints of Sulu #BCD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

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

R = 35.07%
G = 39.93%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#BCD686 (or 0xBCD686) is known color: Sulu. HEX triplet: BC, D6 and 86. RGB value is (188,214,134). Sum of RGB (Red+Green+Blue) = 188+214+134=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD686 is #432979. Grayscale: #C5C5C5. Windows color (decimal): -4401530 or 8836796. OLE color: 8836796.

HSL color Cylindrical-coordinate representation of color #BCD686: hue angle of 79.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCD686 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 134 -
CMYK 0.12 0 0.37 0.16
HSL 79.5º 0.49% 0.68% -
HSV(B) 79.5º 0.37% 0.84% -
XYZ 49.09 60.51 31.65 -
YUV 197.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 188 214 134 0.12 0 0.37 0.16 79.5 0.49 0.68
Hex BC D6 86 C 0 25 10 50 31 44
Octal 274 326 206 14 0 45 20 120 61 104
Binary 10111100 11010110 10000110 1100 0 100101 10000 1010000 110001 1000100

Color Harmonies of #BCD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD686

Black with #BCD686

Text Example


Text Example

White with #BCD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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