Html Css Color HEX #BCD883 Sulu

📋 copy color: '#BCD883'

red 188 ◦ green 216 ◦ blue 131

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

Shades of Sulu #BCD883

Tints of Sulu #BCD883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.49%

R = 35.14%
G = 40.37%
B = 24.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BCD883 (or 0xBCD883) is known color: Sulu. HEX triplet: BC, D8 and 83. RGB value is (188,216,131). Sum of RGB (Red+Green+Blue) = 188+216+131=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD883 is #43277C. Grayscale: #C6C6C6. Windows color (decimal): -4401021 or 8640700. OLE color: 8640700.

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

Color convert

RGB 188 216 131 -
CMYK 0.13 0 0.39 0.15
HSL 79.76º 0.52% 0.68% -
HSV(B) 79.76º 0.39% 0.85% -
XYZ 49.39 61.44 30.73 -
YUV 197.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 188 216 131 0.13 0 0.39 0.15 79.76 0.52 0.68
Hex BC D8 83 D 0 27 F 50 34 44
Octal 274 330 203 15 0 47 17 120 64 104
Binary 10111100 11011000 10000011 1101 0 100111 1111 1010000 110100 1000100

Color Harmonies of #BCD883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD883

Black with #BCD883

Text Example


Text Example

White with #BCD883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD883; }

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

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

background-color css

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

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

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

border-color css

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

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

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