Html Css Color HEX #BCD681 Sulu

📋 copy color: '#BCD681'

red 188 ◦ green 214 ◦ blue 129

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

Shades of Sulu #BCD681

Tints of Sulu #BCD681

RGB

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

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

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

R = 35.4%
G = 40.3%
B = 24.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#BCD681 (or 0xBCD681) is known color: Sulu. HEX triplet: BC, D6 and 81. RGB value is (188,214,129). Sum of RGB (Red+Green+Blue) = 188+214+129=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD681 is #43297E. Grayscale: #C4C4C4. Windows color (decimal): -4401535 or 8509116. OLE color: 8509116.

HSL color Cylindrical-coordinate representation of color #BCD681: hue angle of 78.35º degrees, saturation: 0.51, 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 #BCD681 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 129 -
CMYK 0.12 0 0.40 0.16
HSL 78.35º 0.51% 0.67% -
HSV(B) 78.35º 0.4% 0.84% -
XYZ 48.75 60.37 29.85 -
YUV 196.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 188 214 129 0.12 0 0.40 0.16 78.35 0.51 0.67
Hex BC D6 81 C 0 28 10 4E 33 43
Octal 274 326 201 14 0 50 20 116 63 103
Binary 10111100 11010110 10000001 1100 0 101000 10000 1001110 110011 1000011

Color Harmonies of #BCD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD681

Black with #BCD681

Text Example


Text Example

White with #BCD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD681; }

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

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

background-color css

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

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

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

border-color css

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

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

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