Html Css Color HEX #BCDF8C Sulu

📋 copy color: '#BCDF8C'

red 188 ◦ green 223 ◦ blue 140

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

Shades of Sulu #BCDF8C

Tints of Sulu #BCDF8C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

 BLUE value IS 140 (55.08% from 255) = 25.41%

R = 34.12%
G = 40.47%
B = 25.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#BCDF8C (or 0xBCDF8C) is known color: Sulu. HEX triplet: BC, DF and 8C. RGB value is (188,223,140). Sum of RGB (Red+Green+Blue) = 188+223+140=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF8C is #432073. Grayscale: #CBCBCB. Windows color (decimal): -4399220 or 9232316. OLE color: 9232316.

HSL color Cylindrical-coordinate representation of color #BCDF8C: hue angle of 85.3º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCDF8C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 140 -
CMYK 0.16 0 0.37 0.13
HSL 85.3º 0.56% 0.71% -
HSV(B) 85.3º 0.37% 0.87% -
XYZ 51.86 65.36 34.69 -
YUV 203.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 188 223 140 0.16 0 0.37 0.13 85.3 0.56 0.71
Hex BC DF 8C 10 0 25 D 55 38 47
Octal 274 337 214 20 0 45 15 125 70 107
Binary 10111100 11011111 10001100 10000 0 100101 1101 1010101 111000 1000111

Color Harmonies of #BCDF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF8C

Black with #BCDF8C

Text Example


Text Example

White with #BCDF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF8C; }

 p { color: rgb(188,223,140); }

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

background-color css

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

 a { background-color: rgb(188,223,140); }

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

border-color css

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

 span { border-color: rgb(188,223,140); }

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