Html Css Color HEX #BCD881 Sulu

📋 copy color: '#BCD881'

red 188 ◦ green 216 ◦ blue 129

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

Shades of Sulu #BCD881

Tints of Sulu #BCD881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

 BLUE value IS 129 (50.78% from 255) = 24.2%

R = 35.27%
G = 40.53%
B = 24.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BCD881 (or 0xBCD881) is known color: Sulu. HEX triplet: BC, D8 and 81. RGB value is (188,216,129). Sum of RGB (Red+Green+Blue) = 188+216+129=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD881 is #43277E. Grayscale: #C6C6C6. Windows color (decimal): -4401023 or 8509628. OLE color: 8509628.

HSL color Cylindrical-coordinate representation of color #BCD881: hue angle of 79.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD881 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 129 -
CMYK 0.13 0 0.40 0.15
HSL 79.31º 0.53% 0.68% -
HSV(B) 79.31º 0.4% 0.85% -
XYZ 49.26 61.39 30.02 -
YUV 197.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 188 216 129 0.13 0 0.40 0.15 79.31 0.53 0.68
Hex BC D8 81 D 0 28 F 4F 35 44
Octal 274 330 201 15 0 50 17 117 65 104
Binary 10111100 11011000 10000001 1101 0 101000 1111 1001111 110101 1000100

Color Harmonies of #BCD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD881

Black with #BCD881

Text Example


Text Example

White with #BCD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD881; }

 p { color: rgb(188,216,129); }

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

background-color css

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

 a { background-color: rgb(188,216,129); }

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

border-color css

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

 span { border-color: rgb(188,216,129); }

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