Html Css Color HEX #BCD781 Sulu

📋 copy color: '#BCD781'

red 188 ◦ green 215 ◦ blue 129

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

Shades of Sulu #BCD781

Tints of Sulu #BCD781

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 35.34%
G = 40.41%
B = 24.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#BCD781 (or 0xBCD781) is known color: Sulu. HEX triplet: BC, D7 and 81. RGB value is (188,215,129). Sum of RGB (Red+Green+Blue) = 188+215+129=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD781 is #43287E. Grayscale: #C5C5C5. Windows color (decimal): -4401279 or 8509372. OLE color: 8509372.

HSL color Cylindrical-coordinate representation of color #BCD781: hue angle of 78.84º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD781 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 129 -
CMYK 0.13 0 0.4 0.16
HSL 78.84º 0.52% 0.67% -
HSV(B) 78.84º 0.4% 0.84% -
XYZ 49 60.88 29.94 -
YUV 197.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 188 215 129 0.13 0 0.4 0.16 78.84 0.52 0.67
Hex BC D7 81 D 0 28 10 4F 34 43
Octal 274 327 201 15 0 50 20 117 64 103
Binary 10111100 11010111 10000001 1101 0 101000 10000 1001111 110100 1000011

Color Harmonies of #BCD781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD781

Black with #BCD781

Text Example


Text Example

White with #BCD781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD781; }

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

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

background-color css

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

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

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

border-color css

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

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

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