Html Css Color HEX #BCD988 Sulu

📋 copy color: '#BCD988'

red 188 ◦ green 217 ◦ blue 136

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

Shades of Sulu #BCD988

Tints of Sulu #BCD988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 136 (53.52% from 255) = 25.14%

R = 34.75%
G = 40.11%
B = 25.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#BCD988 (or 0xBCD988) is known color: Sulu. HEX triplet: BC, D9 and 88. RGB value is (188,217,136). Sum of RGB (Red+Green+Blue) = 188+217+136=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD988 is #432677. Grayscale: #C7C7C7. Windows color (decimal): -4400760 or 8968636. OLE color: 8968636.

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

Color convert

RGB 188 217 136 -
CMYK 0.13 0 0.37 0.15
HSL 81.48º 0.52% 0.69% -
HSV(B) 81.48º 0.37% 0.85% -
XYZ 50 62.09 32.64 -
YUV 199.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 188 217 136 0.13 0 0.37 0.15 81.48 0.52 0.69
Hex BC D9 88 D 0 25 F 51 34 45
Octal 274 331 210 15 0 45 17 121 64 105
Binary 10111100 11011001 10001000 1101 0 100101 1111 1010001 110100 1000101

Color Harmonies of #BCD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD988

Black with #BCD988

Text Example


Text Example

White with #BCD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD988; }

 p { color: rgb(188,217,136); }

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

background-color css

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

 a { background-color: rgb(188,217,136); }

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

border-color css

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

 span { border-color: rgb(188,217,136); }

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